‎2008 Jan 07 4:40 AM
Hi All ,
while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????
Plz anybody answer this Question............
Thanks and Regards.
Pradip Pawar
‎2008 Jan 07 5:56 AM
Hai,
This may help you.
http://en.wikipedia.org/wiki/Comma-separated_values.
http://www.imf.org/external/help/csv.htm.
http://filext.com/file-extension/CSV.
with regards,
B.sowjanya.
reward points if helpful.
‎2008 Jan 07 5:56 AM
Hai,
This may help you.
http://en.wikipedia.org/wiki/Comma-separated_values.
http://www.imf.org/external/help/csv.htm.
http://filext.com/file-extension/CSV.
with regards,
B.sowjanya.
reward points if helpful.
‎2008 Jan 07 6:32 AM
Hi Pradeep,
There is an another parameter in GUI_UPLOAD I.E
Exporting.
has_field_separator = 'X'
If we mention it as 'X' means it is separated by tab space.
if we mention it as '=' means it is separated by =.
and filetype as "BIN"..
Award points if helpful.
Kiran Kumar.G
Have a Nice Day..
‎2008 Jan 07 8:57 AM
hi,
file -type = 'asc'
has_field _separarator = ','
rgds
Umakanth