Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
Is it possible to create a CSV file from an infotable using a service and save it into a file repository?
David.
Solved! Go to Solution.
Hi David Keeley,
Just to add what Pai Chang has already suggested, you can refer to the below document for using the CSV Parser or Parsley extension:
Hope this helps!
You'd have to add your own parsing I believe and then do a SaveText (Service that is part of a FileRepository)
You could check the CSV parser extension to see if it has a write CSV, I vaguely remember it having it.
Thanks Pai. I'll look into that now.
David.
Hi David Keeley,
Just to add what Pai Chang has already suggested, you can refer to the below document for using the CSV Parser or Parsley extension:
Hope this helps!