Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading data from multiple files

Hi,

I have several files with the same structure,

I can use the same loading script for all the files.

There is a way to create a dynamic load for the “FROM” part?

FROM

(
txt, codepage is 1255, no labels, delimiter is '|', msq);

The file name is always the same, only the date is changes.

Thanks,

T.

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

T

FROM

(...)

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

T

FROM

(...)

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jvitantonio
Luminary Alumni
Luminary Alumni

Load * FROM


(txt, codepage is 1255, no labels, delimiter is '|', msq);

This will load ALL documents under folder C:\Users with starting name "logfile."