engine:import:extract
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:extract [2020/03/12 02:12] – [Example] Scott Cunliffe | engine:import:extract [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 16: | Line 16: | ||
===== Example ===== | ===== Example ===== | ||
Extract VOLUME field from offset 10, length 6 of the body of a report. | Extract VOLUME field from offset 10, length 6 of the body of a report. | ||
- | <sxh> | + | <code> |
Extract(VOLUME, | Extract(VOLUME, | ||
- | </sxh> | + | </code> |
Extract VOLUME field from the 2nd element of a CSV file. | Extract VOLUME field from the 2nd element of a CSV file. | ||
- | <sxh> | + | <code> |
SetCSVDelimiter("," | SetCSVDelimiter("," | ||
Extract(VOLUME, | Extract(VOLUME, | ||
- | </sxh> | + | </code> |
Extract REPOSITORY field from offset 70, length 4 of the 3rd record of a header. | Extract REPOSITORY field from offset 70, length 4 of the 3rd record of a header. | ||
- | <sxh> | + | <code> |
Extract(REPOSITORY, | Extract(REPOSITORY, | ||
- | </sxh> | + | </code> |
===== See Also ===== | ===== See Also ===== |
engine/import/extract.1583979160.txt.gz · Last modified: 2025/01/21 22:07 (external edit)