virtualx-engine/tests/data/testdata.csv
andybarcia 553f4f8dce
Improve error reporting when parsing CSV translation file
Fixes #46682.

Also fix unit test suite to separate generic FileAccess CSV testing
from using CSV as translation. And add more CSV translation tests.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-06-19 12:47:44 +02:00

8 lines
381 B
Text

Header 1,Header 2,Header 3,Header 4
GOOD_MORNING,"Good Morning","Guten Morgen","Bonjour"
GOOD_EVENING,"Good Evening","",""""""
Without quotes,"With, comma","With ""inner"" quotes","With ""inner"", quotes"","" and comma","With ""inner
split"" quotes and
line breaks","With \nnewline chars"
Some other~delimiter~should still work, shouldn't it?
What about tab separated lines, good?