Click here to Skip to main content
15,891,473 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wherein CSVs actually save my posterior Pin
PIEBALDconsult28-Apr-19 18:04
mvePIEBALDconsult28-Apr-19 18:04 
GeneralRe: Wherein CSVs actually save my posterior Pin
Super Lloyd28-Apr-19 19:39
Super Lloyd28-Apr-19 19:39 
GeneralRe: Wherein CSVs actually save my posterior Pin
RickZeeland28-Apr-19 21:23
mveRickZeeland28-Apr-19 21:23 
PraiseRe: Wherein CSVs actually save my posterior Pin
David A. Gray28-Apr-19 20:38
David A. Gray28-Apr-19 20:38 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch28-Apr-19 22:08
mvahoney the codewitch28-Apr-19 22:08 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray29-Apr-19 7:03
David A. Gray29-Apr-19 7:03 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch29-Apr-19 10:06
mvahoney the codewitch29-Apr-19 10:06 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray29-Apr-19 10:57
David A. Gray29-Apr-19 10:57 
Quote:
until you have to nest data. I've done that with CSV and SQL tables though, it's just not pretty.


I agree with that, so I save JSON for when I really need it. In that case, it beats the pants off its predecessor, XML.

Quote:
Also with CSV you need a way to handle commas, and there's nothing standard, AFAIK - really that's the biggest sticking point for me because that makes the grammar ambiguous


That's easy: guard characters, which are a well-established industry practice, which is fully implemented by my AnyCSV library.
David A. Gray
Delivering Solutions for the Ages, One Problem at a Time
Interpreting the Fundamental Principle of Tabular Reporting

GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch29-Apr-19 11:14
mvahoney the codewitch29-Apr-19 11:14 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray29-Apr-19 11:18
David A. Gray29-Apr-19 11:18 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch29-Apr-19 15:14
mvahoney the codewitch29-Apr-19 15:14 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray29-Apr-19 16:06
David A. Gray29-Apr-19 16:06 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch30-Apr-19 10:30
mvahoney the codewitch30-Apr-19 10:30 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray30-Apr-19 10:52
David A. Gray30-Apr-19 10:52 
GeneralRe: Wherein CSVs actually save my posterior Pin
Jörgen Andersson28-Apr-19 22:33
professionalJörgen Andersson28-Apr-19 22:33 
GeneralRe: Wherein CSVs actually save my posterior Pin
RickZeeland28-Apr-19 23:13
mveRickZeeland28-Apr-19 23:13 
GeneralRe: Wherein CSVs actually save my posterior Pin
Jörgen Andersson28-Apr-19 23:15
professionalJörgen Andersson28-Apr-19 23:15 
GeneralRe: Wherein CSVs actually save my posterior Pin
Nelek29-Apr-19 0:31
protectorNelek29-Apr-19 0:31 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch29-Apr-19 3:43
mvahoney the codewitch29-Apr-19 3:43 
GeneralRe: Wherein CSVs actually save my posterior Pin
Jörgen Andersson29-Apr-19 3:48
professionalJörgen Andersson29-Apr-19 3:48 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray30-Apr-19 11:02
David A. Gray30-Apr-19 11:02 
GeneralRe: Wherein CSVs actually save my posterior Pin
honey the codewitch1-May-19 1:45
mvahoney the codewitch1-May-19 1:45 
GeneralRe: Wherein CSVs actually save my posterior Pin
David A. Gray1-May-19 4:30
David A. Gray1-May-19 4:30 
GeneralRe: Wherein CSVs actually save my posterior Pin
dandy7230-Apr-19 10:58
dandy7230-Apr-19 10:58 
GeneralMini CCCs 85 Pin
Tim Deveaux28-Apr-19 16:15
Tim Deveaux28-Apr-19 16:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.