How to import or read the CSV file in Ignition Perspective.
I am using the below code for CSV file but I am getting the error as "AttributeError: 'com.inductiveautomation.ignition.common.script.Imm' object has no attribute 'openFile' "
Is there any way for it?
Remember that, Perspective doesn't have direct access to the client machines file system. You will need to use the file upload component to get the file.
In the post that @JordanCClark linked to, the OP was using the script in the onFileRecieved event of this component.