Hi everyone
I have two challenges which I am facing, and I wasn't able so far to find any reliable solution for it.
-
I do have a dataset with like 2'000 records and I need to export them into a CSV (or plain text file). The records should be separated with a tab.
How can I do this? I tried utils.downloadFile as well as utils.exportData, but both appear to be unusable since I want the records being separated by a tab. -
How can I export the file directly onto an FTP server.
Thank you for any help.