You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A strange issue: if I delete a line then immediately proceed to reformat the CSV file (with "Align vertically"), the first character of the line below the one deleted disappears.
If, on the other hand, I save the file before reformatting, everything appears to be fine.
Thanks for posting this issue, I see the same thing and the steps to reproduce this are:
Open the CSV Lint window
Open the test data file
Select the first data row (starting with "João,Barreiras..")
Delete the entire row (including the newline)
Quickly press the CSV Lint button Reformat
Reformat to "Align vertically" or "Tab-separated" etc.
The result is that it cuts off the first character of the next line Filipe,Brito.. to just ilipe,Brito... The exact Reformat options don't really matter, and the same issue would happen if you select Sort or Add column instead of Reformat. Basically it happens when CSV Lint has to rebuild the data file in some way.
Like you said, if you save the file before reformatting it doesn't happen. But also, when you wait like 5 seconds after deleting the line, it also doesn't happen (!?).
It's very strange and I have seen this before. It has to do with Notepad++ caching the textfile data and it somehow ending up not being synchronised after you edit text. I'll have to look into this, but it's a long-standing issue and I'm not sure what I can do about this.
A strange issue: if I delete a line then immediately proceed to reformat the CSV file (with "Align vertically"), the first character of the line below the one deleted disappears.
If, on the other hand, I save the file before reformatting, everything appears to be fine.
This happens to me in this file, for instance:
courseid_319_participants-01.csv
The text was updated successfully, but these errors were encountered: