Data transformation overview
Transform data from Clinical dataset view
Additional parameters
Run a transformation job - Default dataset
/folder/*.png
matches all PNG files in the /folder
directory.
Example: /data/*/results.csv
matches any results.csv file in a subdirectory under /data
.
/data/**/experiment-*
matches all files or directories starting with experiment-
in any subdirectory under /data
.
.txt
files in /data
and choose /output
as your output directory, all transformed files will be saved directly in /output
./data/2020
, /data/2021
, and /data/2022
, and you apply this rule with /transformed
as your output directory, you will get subfolders like /transformed/2020
, /transformed/2021
, and /transformed/2022
, each containing the transformed data from the corresponding input year./project/data/experiments
, and you choose /results
as your output directory, the output will follow the full input path, resulting in transformed data being stored in /results/project/data/experiments
./activity-detection/Accelerometer.csv
will be uploaded to /activity-detection-output/Accelerometer/
.