Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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!