- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 12:23 AM
Hi.
Is it possible to include record information in migrating applications using the Application Repository?
The table definition was migrated, but the record information was not migrated, so I'm looking for a way.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:20 AM
Hi @__ __2 ,
Hope you are doing great.
the Application Repository does not migrate record information. To include record data in the migration, you will need to make some modifications to your migration process.
To include record information in your application migration, you can follow these steps:
Create an Import Set table: Define an Import Set table that matches the structure of the target table where you want to migrate the record information.
Prepare your data: Format your record information in a compatible format, such as a CSV or Excel file, and ensure that the data aligns with the field mappings of the Import Set table.
Load data into the Import Set table: Use the Import Set table's "Load Data" functionality to import your record information into the staging table.
Transform and validate data: Once the data is loaded into the Import Set table, you can apply data transformations and validation rules to ensure data quality and compatibility with the target table.
Load data into the target table: After the data is transformed and validated, use the "Transform Map" functionality to map the fields from the Import Set table to the corresponding fields in the target table.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:20 AM
Hi @__ __2 ,
Hope you are doing great.
the Application Repository does not migrate record information. To include record data in the migration, you will need to make some modifications to your migration process.
To include record information in your application migration, you can follow these steps:
Create an Import Set table: Define an Import Set table that matches the structure of the target table where you want to migrate the record information.
Prepare your data: Format your record information in a compatible format, such as a CSV or Excel file, and ensure that the data aligns with the field mappings of the Import Set table.
Load data into the Import Set table: Use the Import Set table's "Load Data" functionality to import your record information into the staging table.
Transform and validate data: Once the data is loaded into the Import Set table, you can apply data transformations and validation rules to ensure data quality and compatibility with the target table.
Load data into the target table: After the data is transformed and validated, use the "Transform Map" functionality to map the fields from the Import Set table to the corresponding fields in the target table.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 01:06 AM
I understand that the application repository does not migrate record information.
Thank you for your reply.