Overwrite the csvLine

Hi,
I have an issue with the csvLine, I want to overwrite and clear what was previously written. To do so I 've tried the method suggested in the documentation : UI Automation Open-Source Selenium IDE plus additional features, iMacros alternative. However it does not work as the csvLine only gets appended with the ‘null’ string and the previous values stored are still there.
Thanks for your help in advance,

I ask to understand this issue better: Why do you want to remove a value from !csvLine that you added before?

After a csvSave command the line values inside !csvLine are automatically cleared.

It’s actually to get rid of values that I don’t want to be stored in the csv file.

1 Like

A post was split to a new topic: How do I clear out the CSV data from the Browser storage using code?

Old question, but meanwhile there is a solution: Use the new csvSaveArray - this avoids using !csvLine and gives you full control about that is stored to a CSV file