Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mert1917
Contributor III
Contributor III

Store into csv format

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..

Labels (1)
3 Replies
dplr-rn
Partner - Master III
Partner - Master III

you need your connection details.

something like below. 

Store Customer into 'lib://Downloads/customer.csv' (txt);

mert1917
Contributor III
Contributor III
Author

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 ',')

dplr-rn
Partner - Master III
Partner - Master III

you dont need the delimiter section ,delimiter is ',')

just give .csv (txt);