Search Results

Search: Posts Made By: blastit.fr
11,462
Posted By blastit.fr
Use of an xml file instead of .CSV
As I explained previously, CSV files don't preserve the cells formats, and you need them to keep leading zeroes.
So I suggest as a workaround : generate Excel XML files from your application.
The...
11,462
Posted By blastit.fr
This problem is only from the Excel side. If...
This problem is only from the Excel side.
If you simply create a sample excel file, with leading zeroes, they will disappears as useless in type number.
Then try to change the cells format to text...
11,462
Posted By blastit.fr
I'm very puzzled with Don's trick using ...{$1=$1...
I'm very puzzled with Don's trick using ...{$1=$1 ; ... .It makes specific expansions on $0 using FS and OFS variables

Of course it works very fine on my PC cygwin version, as I have the most...
11,462
Posted By blastit.fr
You can try to add this filter that converts | ...
You can try to add this filter that converts | to ","
... some code ...|awk -F\| -vOFS='","' '{print "\"" $1,$2,$3,$4 "\""}' > A4.txt Jean-Paul
11,462
Posted By blastit.fr
please give samples files. you wrote: ...
please give samples files.

you wrote:


so output files can't have comma as separator in such case, unless you surrounds data with double-quote ( " ) for instance .
Showing results 1 to 5 of 5

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