this post was submitted on 23 Aug 2023
46 points (100.0% liked)

Programming

13368 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

My wife didn't understand why I got so excited reading this article.

you are viewing a single comment's thread
view the rest of the comments
[–] abhibeckert@beehaw.org 2 points 1 year ago

Excel can't import a CSV file reliably though - and neither can any other spreadsheet software I've ever tested. They have problems with dates, numeric values, etc.

The only reliable way to work with CSV is in a programming language of your choice or a plain text editor.