Table bind to file - Whats that for?

  • Автор темы Автор темы convict29
  • Дата начала Дата начала

convict29

Пользователь
Регистрация
10.07.2014
Сообщения
114
Реакции
3
Баллы
18
Hello,
where can i find some information on the usage of "Bind to file" option?
What i want to know is when do you use this option and why is necessary to use it?
 
When you want to bind file to project table...
When you want to use one table in project but operate with more than one file...
When you want to use variables in file path...

Those are some main things what is in my head now
 
Hmm... but everything seems to work normal without the use of "Bind to file":
1. Project is reading the table even if i don't bind to file, should i use bind to file no matter what?
2. I dont get this one.
3. Again, i use variables in file path without using "bind to file" anywhere in the project and seem to work normal.
 
It shouldnt work stable with variables in path.
 
@convict29 Sure it works fine loading a list/table while reading the data.
What happens is that you load the list into your project and the project creates a catch of that data, which you can process however you want, in that instance of running the template.
The problem is when you want to interact with the actual file instead. That's why you bind it. So you make those changes (add/read/delete line) into the text file you loaded the data from instead.
Which makes it possible to multithread and also to continue from where you left off next time you're running the template, instead of reloading it and start from the beginning again.
 
Alright thanks all for your help, so is good to use the "Bind to file" every time i use tables in the project and/or file path with variable.
The part that got me confused is that it works even if i don't bind to file.

I use inputs and insert c:\folder\table.xlsx, this is adding it to variable1.
This variable1 is the file path to "c:\folder\table.xlsx".
I use get line action from the table with settings >>>load from file+save changes of table to file, where the file path is variable1 take columns and add them to variables.

All this works without any problems even in multithread.
 
I got your point. Your variable is constant before project starts. It will work in this case.
 
Nice :D cool thanks .

I always wanted to ask you, is that you in your avatar?
 
it's cam gigandet :D
 
hahaha you almost got me!
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)