Search Results

Search: Posts Made By: jujulips
3,374
Posted By jujulips
Wooow ! Thanks a lot !! Actually, I have a...
Wooow ! Thanks a lot !!

Actually, I have a last question : I wrote TAUX1, TAUX2,TAUX3 ... But in fact TAUX1 = EONIA ... TAUX2=EURIBOR ... TAUX3 = EUR3M ...

IS THERE A SIMPLE WAY TO CHANGE THEM...
3,374
Posted By jujulips
I wrote this Batch File : gawk...
I wrote this Batch File :

gawk 'NR==1{split($0,a,"/");next}
{print "IN\tTAUX" ++c "\t" a[3] a[2] a[1] "D\t" $1 "\t" $1}
' RS=";" C:\file.txt
pause

Dos returns me this Error message :

...
3,374
Posted By jujulips
Extracting variables between commas : GAWK or SED
Hello,

I need some help,

I got a CSV file called test.txt with this text in it :

08/02/2011;0,677;0,903;1,079;1,336;1,513;1,683

There's only a line and i need to copy theese numbers...
Showing results 1 to 3 of 3

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