Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
idempster
Contributor II
Contributor II

Load all txt files from one folder

Newbie here, what am I doing wrong please? My data is not loading. I assume it's something very basic in the syntax.

idempster_1-1669287717003.png

 

 

Labels (1)
18 Replies
aguirre
Creator
Creator

Are there any errors? Can you post  the loading result?

 

idempster
Contributor II
Contributor II
Author

No errors, just no data is loaded.

 

idempster_0-1669289040604.png

 

aguirre
Creator
Creator

Can you put 

a

trace file name: $(file);

after the for each row

just to see if you enter the for each loop?

idempster
Contributor II
Contributor II
Author

I am getting the same result

idempster_0-1669289709693.pngidempster_1-1669289765688.png

 

aguirre
Creator
Creator

if the folder is not empty

try change \*.txt into /*.txt

(just an attempt...)

aguirre
Creator
Creator

If you select a single file 

aguirre_0-1669290081067.png

does it work?

idempster
Contributor II
Contributor II
Author

Hm, it does not work with one file if I use the same code as below: 

idempster_0-1669290399898.png

 

idempster
Contributor II
Contributor II
Author

It works like this for one file:

idempster_1-1669290566859.png

 

aguirre
Creator
Creator

have you tried loading the single file using the button in the image attached?:

 

This way you know that there is something with the connection