Hi all, suppose I have two files A and B, both Excel files and I want the A file under folder 1 and the B file under folder 2, I'm struggling with the correct LST syntax. Is there any documentation available?
By the way, my sample LST is the following:
LASERFICHE IMPORT LIST
FOLDERS(1)
STARTFIELDS
CLIENTS
NR123 Test
DOC
2/6/2018
2/6/2018
ENDFIELDS
ELECTRONIC("H:\A.xls","A")
FOLDERS(2)
STARTFIELDS
CLIENTS
NR456 Test2
DOC
2/6/2018
2/6/2018
ENDFIELDS
ELECTRONIC("H:\B.xls","B")
Above LST created folder 2 inside folder 1 and that is unwanted. How do I get folder 2 right under folder 1?