annotate data/fileio/test/csv/separator-comma.csv @ 1879:652c5360e682
Ensure transforms are populated before instantiateDefaultPluginFor runs - otherwise if we have prior knowledge of a transform id, we can find ourselves trying to instantiate it before the plugin factory has heard of it and e.g. knows which server to use
author |
Chris Cannam |
date |
Thu, 25 Jun 2020 12:20:06 +0100 |
parents |
bde22957545e |
children |
|
rev |
line source |
Chris@1524
|
1 This thing,That thing,The other thing
|
Chris@1524
|
2 1,12.4,16.3
|
Chris@1524
|
3 2,14.2
|
Chris@1854
|
4 3,"This, that", "and the other"
|
Chris@1524
|
5 3,16.1,"This, that\", and the other"
|
Chris@1854
|
6 3,16.1,"This, that"", and the other"
|