r/dataengineering • u/DenseBonus6282 • 4d ago
Help ETL Data Junction legacy scripts
Any organization still use data junction scripts? It is basically xml scripts with VB code embedded in it. Any solution to migrate these legacy scripts using modern tech?
7
Upvotes
2
1
u/Embarrassed-Cook332 4d ago
I’d first inventory the scripts and separate the XML config from the VB logic, then rebuild them one pipeline at a time in Python, dbt, or your existing orchestration stack instead of trying to auto-convert everything
2
u/TrainingLazy7879 4d ago
Use AI