You are viewing limited content. For full access, please sign in.

Question

Question

Question about the LST file

asked on February 6, 2018

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?

 

 

  

 

0 0

Replies

replied on February 6, 2018

Hi Michael,

Try with:

LASERFICHE IMPORT LIST

FOLDERS(1)

STARTFIELDS

CLIENTS

NR123 Test

DOC

2/6/2018

2/6/2018

ENDFIELDS

ELECTRONIC("H:\A.xls","A")

FOLDERS()

FOLDERS(2)

STARTFIELDS

CLIENTS

NR456 Test2

DOC

2/6/2018

2/6/2018

ENDFIELDS

ELECTRONIC("H:\B.xls","B")

 

 

regards,

Marco.

1 0
replied on February 7, 2018

Thanks Marco, that did the trick, the rest is just a repeating pattern.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.