comparison data/fileio/test/csv/separator-comma.csv @ 1854:bde22957545e

Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
author Chris Cannam
date Mon, 11 May 2020 14:43:58 +0100
parents 64ef24ebb19c
children
comparison
equal deleted inserted replaced
1853:f36fef97ac81 1854:bde22957545e
1 This thing,That thing,The other thing 1 This thing,That thing,The other thing
2 1,12.4,16.3 2 1,12.4,16.3
3 2,14.2 3 2,14.2
4 3,"This, that", "and the other"
4 3,16.1,"This, that\", and the other" 5 3,16.1,"This, that\", and the other"
6 3,16.1,"This, that"", and the other"