3
glowFX
96d

Me being confronted with multi dimensional data in CSV files...

Comments
  • 1
    Machete splits again!
  • 1
    Could recursion with some special rules even help in this situation?
  • 1
    @iSwimInTheC splitcursion
  • 2
    I’m just gonna say it: CSV is not a valid format.

    Use JSONL
  • 1
    @AlgoRythm I totally agree. But I don't have control over that. Even pure JSONL-arrays would be better than CSV (something like `[123,"foo", 12.3]` ) because it would be typed and the format is completely clear and you could even nest objects into it...
  • 0
    TIL JSONL exists ❤️
Add Comment