The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
Scott
Check this:
- Use the Read Excel operator, and connect it to the end.
- Use the Select Attributes operator to select only the attributes you want from your Excel file.
- Use the Rename operator to rename the attributes to the fields in your database.
- Use the Generate Attributes operator if you need to generate a new attribute (unlikely).
- Use the Write Database operator to write the data directly to the database.
You don't normally have to write line by line, as the Write Database operator does the INSERT process for you. There is another operator named Update Database if you have the ID and want to update the database with the values from your Excel files.All the best,
Rod.