- Issue created by @joachim
> #[CLI\Option(name: 'idlist-delimiter', description: 'The delimiter for records')]
This isn't right. The delimiter is for IDs within a record:
> --idlist=1:a,2:b
This imports two records. The first one is identified with the source IDs 1 and a.
The bit that can be customised is the ':' between the IDs, not the ',' between records.
Active
6.0
Documentation