I have used SaveCSV2 successfully to save my table and now I need to do a realtime update of the save file. I tried running the same save routine using SaveCSV2 to save the status of the current table but the file is not being updated.
Given the target file exist with data, what will the SaveCSV2 module from StringUtils do if one uses it to try and save data to that file again? Will it delete the old data, egnore the file because it exist, append the data?
Given the target file exist with data, what will the SaveCSV2 module from StringUtils do if one uses it to try and save data to that file again? Will it delete the old data, egnore the file because it exist, append the data?