It would be practical to be able to comment within CSV table-ordering.txt. I suggest that '#' be the comment symbol.
Currently, the following exception occurs if a line starts with '#':
java.lang.StringIndexOutOfBoundsException: String index out of range: -137
at java.lang.String.substring(String.java:1967)
at org.dbunit.dataset.csv.CsvURLProducer.produceFromURL(CsvURLProducer.java:138)
at org.dbunit.dataset.csv.CsvURLProducer.produce(CsvURLProducer.java:107)
at org.dbunit.dataset.CachedDataSet.<init>(CachedDataSet.java:95)
at org.dbunit.dataset.CachedDataSet.<init>(CachedDataSet.java:79)
at org.dbunit.dataset.csv.CsvURLDataSet.<init>(CsvURLDataSet.java:49)</init></init></init>
Hi Hans, since you've done other coding, wondering if you are planning a patch for this?