This UDF provides functions for editing CSV files.
It uses the features of SQLite already existing within AutoIT to open, edit and save data in the CSV format.
Because SQLite is used the performance of the UDF is fast and the functions are accurate.
REQUIREMENTS:
Windows 64-bit (not tested under Windows 32-bit)
AutoIt3 3.3 or higher
sqlite3.exe (included)
sqlite3.dll (included)
LIST OF FUNCTIONS:
EXAMPLES:
Note - To make this example wor