bobby_pecheur2 8 weeks ago | flag | on: Performance

slicetree performance is awful is you have many slices in the terminal leaf of the tree - if you want to display "slices like the top right slicer" but not at the top right position, you should consider slicepicker instead.

bobby_pecheur2 4 months | flag | on: File pattern wildcard

It's also not perfectly clear but a pattern like
/output/myfile_*.csv is also valid.

bobby_pecheur2 5 months | flag | on: Until the UI gets better

To create a new connection/auth script: https://go.lokad.com/AccountTrigram/sync/connection/
To create a new transfert script: https://go.lokad.com/AccountTrigram/sync/transfer/ or from the connection script UI.

You may have to click Edit on existant transfers / connections to see details such as the instructions.

bobby_pecheur2 10 months | flag | on: Extended lines Index

Quick reminder that U.Ngoes starts at 1 and goes up to N.
U.N is in [1..N]

bobby_pecheur2 10 months | flag | on: Difference with extend.range

If you have nothing to split on (the cell is empty) then the line is dropped. If you have a content but no occurence of the separator, the line is kept (= splitted over 1 line).

bobby_pecheur2 10 months | flag | on: split at column read may drop files

Using the split option at the read stage, on lines where the splitted column is empty will drop the line altogether. This behaviour is different from the extend.split which keeps lines even when the split content is empty.

bobby_pecheur2 10 months | flag | on: Difference with extend.range

That is not true if you split at the read stage. In that case, the line is dropped if you have nothing to split on.