Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all ,
I want an extract as CSV format.I use the following syntax but csv format not working correctly
How can i take correcty csv format file ?
Could you help to me please ? 😞
store Extract into Extract_$(vDate).csv (txt,delimiter is ',')
regards..
you need your connection details.
something like below.
Store Customer into 'lib://Downloads/customer.csv' (txt);
I can getting an extract but have a problem about format.
Is there any problem about spec for format?
store Extract into $(vExtract)_$(vDate).csv (txt,delimiter is ',')
you dont need the delimiter section ,delimiter is ',')
just give .csv (txt);