Customer Portal

Working With Multiple Files

Comments 3

  • Avatar
    the_goat
    0
    Comment actions Permalink
    Are we talking about some BLOBs or CLOBs in that database? Or as I suspect, you need to have them parsed into fields/columns and then put to the database in some sort of format?
  • Avatar
    jcatoe
    0
    Comment actions Permalink
    Columns and tables. And we really just drop all of the tables and recreate them from the text files for all but one table.
  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    I created an example of how you can achieve your use case. I used a combination of Jobflows and Graphs to generate the metadata, and the database tables dynamically based on the data in each file and then inserted the data based on the table name.

Please sign in to leave a comment.