Executing data processing through step execution
|
In regular data processing, all processes (e.g., inputting data from files, evaluating conditions, and outputting data to files) are performed in a batch. Now, you can execute data processing step by step, while confirming each process. This is called step execution.
You can use step execution to analyze the causes of any unintended conversions and check each operation of data processing.