annotate data/fileio/test/csv/quoting.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 |
2654bf447a84 |
children |
|
rev |
line source |
Chris@1867
|
1 1,2,Label 1
|
Chris@1867
|
2 "2",4
|
Chris@1867
|
3 3,"6","Labels 3a, 3b"
|
Chris@1867
|
4 4,8.0,"Label \"4\""
|
Chris@1867
|
5 5, 1,"Label ""5""" |