Load Table

roarnold

Active Member
Licensed User
Longtime User
Why could I get an error "undeclared variable" when trying to use :

LoadTableFromCSV(File.DirAssets, "Delease CSV B.csv.csv", True) ?

Also is the "File.DirAssets" internal to the app?

I also tried to load it from my hard drive:

C:\Delease.csv placed where the FileDirAssets command is.

Help.

Thanks,
Ron
 

Theera

Expert
Licensed User
Longtime User
example

Hi,
Try to use this Erel's Example,I saved example to learn,perhaps help you.
 
Last edited:
Upvote 0

roarnold

Active Member
Licensed User
Longtime User
Table List Example

I have been playing with table list example package to better understand stringutils and the like but I have a question:

Line 44 loads the CSV file.

Does line 56 look for the header words from that csv file?

I use my CSV file and I get an error on at line 56:

File Not Found Exception. But at line 44 the file was loaded. Do I need to clarify the dir again? It appears that it is being passed.

Thanks for the help,
Ron
 
Upvote 0

roarnold

Active Member
Licensed User
Longtime User
my question was if you create a file where does it end up? For example you used "1.txt". Does that end up in the files tab in the emulator or in the Files directory on the machine under the app you are working on?

I ask in that I provided a name for the file but got a Parser.xxx added to the files tab in the emulator but the original name I wanted could not be found.
 
Upvote 0
Top