CSV get cutted export

hello
i have some columns and rows to export as csv file to my computer but i have a problem, imagine the table:
COL1 | COL2 | COL3 | COL4 | COL5
data data data data data
data data data data
data data
data data
data data

my CSV file got cut in a 1x5 file, how can i fix that to get all my 5x5 file or an nxm file? is the system.exportexcel better for this than csv?

thanks you

  • What version of Ignition?

  • Vision or Perspective?

  • Where is the data coming from? If it’s a dataset from a table component, all the columns should be there.

  • Show your code. Paste it, highlight it, then use the preformated text button.image

1 Like

Hello Jordan! i fixed it in a way, idk if there is someone with the same problem but this was mine:

zip python function only performs to the shortest array; so make a substract of columns to see how many cells with β€œβ€”β€ i gonna append and then the cells with no data are functional to make a list of lists.