Answers for "creat csv deluge"

0

creat csv deluge

csv_file="\"Name\",\"Age\"\n\"Mathew\",\"20\"".tofile("sample.csv");
 zoho.workdrive.uploadFile(csv_file,"g5lg8678dc59b6c10007586b847fc1904c904","sample.csv",true,"work_drive_conn");// This would create a file in workdrive with the name sample.csv
Posted by: Guest on April-25-2022

Browse Popular Code Answers by Language