Skip to content

DOC-1227 ADD Example User_defined_header#958

Open
priyankagunaki-cloud wants to merge 1 commit into
4.2from
DOC-1227-Add-Ex-user-defined-header
Open

DOC-1227 ADD Example User_defined_header#958
priyankagunaki-cloud wants to merge 1 commit into
4.2from
DOC-1227-Add-Ex-user-defined-header

Conversation

@priyankagunaki-cloud

Copy link
Copy Markdown
Contributor

No description provided.

RUN LOADING JOB load_simprod USING f1="../simprod/data/simprod_data.csv";
----

In this example, the input file contains the column names `ProductID`, `ImageHash`, and `Description`. The loading job references these columns using the user-defined names `id`, `hash`, and `words` specified by `DEFINE HEADER` because `USER_DEFINED_HEADER="head1"` is used.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In this example, the input file contains the column names `ProductID`, `ImageHash`, and `Description`. The loading job references these columns using the user-defined names `id`, `hash`, and `words` specified by `DEFINE HEADER` because `USER_DEFINED_HEADER="head1"` is used.
In this example, the input file contains the column names `ProductID`, `ImageHash`, and `Description` from left to right. The loading job overrides these names with `id`, `hash`, and `words` specified by `DEFINE HEADER` because `USER_DEFINED_HEADER="head1"` is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants