Metaflow - Text File Management
Text File Management
Metaflow referentie: Text File Management
Append Line


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Text |
The text to append in the text file |
tekst |
Error |
Error message, if action will fail |
tekst |
Remove Line


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Text |
The line to remove from the text file. Lines are indexed started at one (1) |
tekst |
Error |
Error message, if action will fail |
tekst |
Read Line


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Line |
The line to read from the text file. Lines are indexed started at one (1) |
tekst |
Text |
The line to remove from the text file. Lines are indexed started at one (1) |
tekst |
Error |
Error message, if action will fail |
tekst |
Result |
The text of the line from the text file |
tekst |
Read Lines


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Start Line |
The start line to read from the text file. (if empty, the script will start at the beginning). Lines are indexed started at one (1) |
tekst |
End Line |
The end line to read from the text file (if empty, the script will end at the end of the file, if out out of bound, return will be to the end of file). Has to be larger or equal to start line. Lines are indexed started at one (1) |
tekst |
Error |
Error message, if action will fail |
tekst |
Result |
The text of the lines from the text file |
tekst |
Insert Line


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Line |
The number of the line where to insert the text. Lines are indexed started at one (1) |
tekst |
Text |
The text you want to insert in the text file |
tekst |
Error |
Error message, if action will fail |
tekst |
Find and replace text


Optie |
Waarde |
Type veld |
Path |
Path to the text file |
source |
Search text |
The text to replace |
tekst |
Replace text |
The text to replace the text with |
tekst |
Error |
Error message, if action will fail |
tekst |