Hi @Mike Rockett, I can't get the CSV import on 1.5.46 to work:
Tried:
foo,bar
baz,qux
foo;bar
baz;qux
foo,bar,,
baz,qux,,
foo;bar;;
baz;qux;;
In the cases without trailing delimiters I get:
Notice: Undefined index: source
Notice: Undefined index: destination
ProcessJumplinks: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '-0001-11-30 00:00:00' for column 'date_start' at row 1
With trailing delimiters, the jumplinks are created but source is empty and destination is a string: page:1.
I made sure, no empty lines are present.