oo-ods-test.zip
Hello
I just try sods for first time and it seems there is bug (maybe I don't understant it)
I try to make scenario where create and read ods file line by line.
sk.antons.sods.CreateDoc
- reads ./src/data/duplicate-lines.csv
- copy content of csv to ./target/sods.ods
sk.antons.sods.ReadDoc
- reads ./target/sods.ods
- copy content to ./target/sods-output-copied.csv
- copy content to ./target/sods-output2-copied.csv (just other way of sods use)
scenario 1
- start CreateDoc
- start ReadDoc
- when I open ./target/sods.ods in libreoffice it seems ok
- when you look to ./target/sods-output-copied.csv or ./target/sods-output-copied2.csv data of duplicate consequent lines are mising (only lastone is present)
scenario 2
- start CreateDoc
- open ./target/sods.ods in libreoffice and save it
- start ReadDoc
- when I open ./target/sods.ods in libreoffice it seems ok
- when you look to ./target/sods-output-copied.csv or ./target/sods-output-copied.csv all data are present
So it seems that created ods file is somehow wrong for consequent reading by sods.
Thanks
oo-ods-test.zip
Hello
I just try sods for first time and it seems there is bug (maybe I don't understant it)
I try to make scenario where create and read ods file line by line.
sk.antons.sods.CreateDoc
sk.antons.sods.ReadDoc
scenario 1
scenario 2
So it seems that created ods file is somehow wrong for consequent reading by sods.
Thanks