input

output

Transform Process

  • dataTransform.imp("tab name"); - Import the data from a tab into the input box
  • output = dataTransform.run("tab name",input); - apply the script in the tab to the input and return the output
  • dataTransform.exp("tab name",output); - Export the data from output into a tab
Apply Transform Open Transform Script Save Script {{dataTransform.transformFileName}}