Skip to content

Validate CSV against a Oracle table Schema #593

Answered by roll
ssowj asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, you can process the output from Oracle dynamically creating Table Schema it will be something like:

fields:
  - name: lat
    type: number
    constraints:
      required: true
      min: 0
      max: 180
  ...

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sglavoie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #592 on March 04, 2021 18:05.