Allows you to create a table from a CSV file.
Example
Running this code will create a table named "&Test" with the file "C:\Users\user\Desktop\Test Folder\TEST.csv".
This is shown in the Debugger.
plugin command("Data and Files Automation.dll", "table from file", "C:\\Users\\user\\Desktop\\Test Folder\\TEST.csv", &Test, "Delimited", ",", "", "", "True", "True")