Object has no attribute 'export CSV'


Hi everyone

I am trying to export data to csv, but it seems like got some error on export csv this funciton.
Anyone knows how to solve this issue ?

Many thanks
Johnny

Checking the documentation, system.dataset.exportCSV appears to be only available to Vision clients.

Perhaps you could try system.dataset.toCSV since it is accessible from Perspective sessions.


Hi there , thanks for replying

I tried toCSV but still i need to export it , seems like saveFile this function is not working neither.

system.file.saveFile is only available to Vision clients.

1 Like

is there any possible solution in perspective ?
cheers

Use system.perspective.download: system.perspective.download - Ignition User Manual 8.1 - Ignition Documentation

2 Likes

Not for access to the browser-local filesystem, no. That would be an enormous security hole. The only option is to trigger a download, as noted by @bschroeder.

2 Likes