Wiki source code of LoadFile
Last modified by Outhman Moustaghfir on 2024/03/06 11:13
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | = Use = |
2 | |||
3 | To load a file using a fileID, we must define the fileID or an array of fileIDs inside the input like : | ||
4 | |||
5 | The input should start with the '§' character like the following example: '§62f139e19871dc0b99484b06' | ||
6 | |||
7 | [[image:2022-12-12_17h35_33.png]] | ||
8 | |||
9 | |||
10 | To combine Path with fileID you can mention them both on Path input example : '${iXEnvPath}/format/FormatExcel.xml§62f139e19871dc0b99484b06' | ||
11 | |||
12 | [[image:2022-12-12_17h37_16.png]] | ||
13 | |||
14 | |||
![]() |
6.1 | 15 | To use multiple fileIDs, you can separate them by space as: '${iXEnvPath}/format/FormatExcel.xml§62f139e19871dc0b99484b06 62f139e19871dc0bcc424c23' |
![]() |
4.1 | 16 | |
17 | |||
18 | |||
19 |