JackbyDev@programming.dev to Programming@programming.devEnglish · 3 days agoTIL that RFC 4180 specifies the CSV format to use CRLF line endingsdatatracker.ietf.orgexternal-linkmessage-square7fedilinkarrow-up118arrow-down10file-text
arrow-up118arrow-down1external-linkTIL that RFC 4180 specifies the CSV format to use CRLF line endingsdatatracker.ietf.orgJackbyDev@programming.dev to Programming@programming.devEnglish · 3 days agomessage-square7fedilinkfile-text
I noticed a repository’s .gitattributes entry for *.csv used text eol=crlf so I investigated and found this.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·20 hours agoIf I am using Excel, I am using Windows and I will be changing all text to use CR-LF newline format (if sending from a Linux system) anyway.
If I am using Excel, I am using Windows and I will be changing all text to use CR-LF newline format (if sending from a Linux system) anyway.