Search Results

Search: Posts Made By: manab86
8,198
Posted By manab86
How to check record delimiter of a file ?
My requirment is for every record of a particular file I've to check for a record delimeter (e.g. "\n") and if any row doesn't have "\n" then report it in error file .

Please suggest me to go...
1,162
Posted By manab86
Thanks itkamaraj, this has worked. I've added...
Thanks itkamaraj, this has worked. I've added another expression & made it complete.
sed 's/^ *//g;s/ *,/,/g;s/, */,/g;s/ *$//g' <filename>

Thank You,
Manab
1,162
Posted By manab86
Trim a file columnwise
Hi All,

I want to trim each columns leading & trailing (like sql trim function) of a ',' separated file..

I've a file like this..

manab , c gi
lucky , home
babu , maa

I want the...
56,879
Posted By manab86
Perl script to Convert XLSX or XLS files to CSV file
Hi All,

I've got in a situation where I need to convert .xlsx or .xls formatted files into simple text file or .csv file.

I've found many options but doing this using PERL script is the best...
4,146
Posted By manab86
It worked like charm..Thank you so very much for...
It worked like charm..Thank you so very much for help.. This forum is awesome

Cheers :b:
4,146
Posted By manab86
Yes, my output will be like above..
Yes, my output will be like above..
4,146
Posted By manab86
Cut from specific line number to a line number
Hi All,

I've a file like this..

Sheet1
a,1
a,2
a,3
a,4
a,5
Sheet2
a,6
a,7
a,8
a,9
a,10
Sheet3
a,11
a,12
a,13
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 11:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy