There are a lot of features in Easy Data Transform that can make your life easier, but which aren’t always easy to discover. A lot of them are covered in the ‘Expert tips’ section of the documentation. So please take a few minutes to read through this section once you have mastered the basics. Even if you are an experienced user, you might find something you didn’t know about.
USE COMMENTS on complex transformations , you are not going to remember 2 weeks from today what you did and why .
When running EDT via command line , remember if you make changes in the transformation file related to input or output you need to copy those changes File->Command Line and copying the code again
You can have multiple output in same file without any issues , in different locations (believe it or not , I didn’t know this)
If you output to the same file multiple times in one transform without appending (or writing to different sheets of an Excel file) won’t you just overwrite your changes? Perhaps I am misunderstanding?
More than half the time I am transforming new data in a new schema, not sensibly related to earlier work. A Transform usually opens with a bit of column removal and renaming after which I often create a “spur line” to a Sort, which goes no further. There, I can sort columns of interest one at a time to check extreme or anomalous values, and what might need work. It is a useful adjunct to the Column Values window.
I give this example but there have been other cases where a spur of one or a few Transforms enables some different views or initial data exploration, without trammelllng the main transformation sequence and perhaps informing it.