Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A CSV (Comma Separated Values) format typically looks which complies with the RFC4189 standard, could look like this:

Code Block
"firstName", "lastName", "age"
"Sam", "Meyer", "48"
"Mariah", "Smith", "35"

...