Skip to content

Commit

Permalink
Merge pull request apache#3710 from maxbobse/patch-1
Browse files Browse the repository at this point in the history
[Fix apache#3709] Update getdatafromxml.adoc
  • Loading branch information
hansva authored Mar 11, 2024
2 parents 1f9303c + 9c1e5f0 commit 47c8198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,4 @@ A unique list is being kept in memory that can be used in the next workflow acti

== Metadata Injection Support

All fields of this transform support metadata injection.
You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.
This transform does not support metadata injection.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The table below provides a detailed descriptions of the features available on th
|Regular expression|Specify the regular expression you want to use to select the files in the directory specified in the previous option.
For example, you want to process all files that have a .txt extension.
(See below "Selecting file using Regular Expressions")
|Exclude Regular expression|Specify a regular expression to exclude filenames within a specified directory.
|Selected Files|This table contains a list of selected files (or wildcard selections) along with a property specifying if file is required or not.
If a file is required and it isn't found, an error is generated.
Otherwise, the filename is skipped.
Expand Down Expand Up @@ -299,4 +300,4 @@ When you select a file with fixed length fields, you must specify the field boun
== Metadata Injection Support

All fields of this transform support metadata injection.
You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.
You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.

0 comments on commit 47c8198

Please sign in to comment.