Hi all,
I'm currently rebuilding an existing TimeXtender solution in another system and need to rebuild a large number of ETL pipelines.
I'm wondering if there's an easy way to export the complete SQL logic for a single table, including things like:
- Joins
- Custom fields / calculated fields
- Transformation logic
- Lookup logic
- Any generated SQL behind the table
My goal isn't to migrate the project itself, but rather to use the generated SQL as a reference.
Is there a built-in way to export or generate the full SQL for an individual table, or is there another recommended approach for this type of migration?
Have tried looking at the documentation export-option but I don’t think thats what Im looking for.
Thanks!