Fixed
Details
Assignee
UnassignedUnassignedReporter
Uladzislau ArlouskiUladzislau ArlouskiFix versions
Priority
Highest
Details
Details
Assignee
Unassigned
UnassignedReporter
Uladzislau Arlouski
Uladzislau ArlouskiFix versions
Priority
Created March 14, 2020 at 12:19 PM
Updated April 5, 2020 at 1:24 PM
Resolved April 5, 2020 at 1:17 PM
data.table
col1
col2
col3
col4
.....
data
data
data
data
data
data
data
data
data
data
data
data
......
scenarios
Scanario: Handle input one way
When I do something with the data from example table
Examples:
{transformer=TRANSFORM_1}
/tables/data.table
Scanario: Handle input second way
When I do something with the data from example table
Examples:
{transformer=TRANSFORM_2}
/tables/data.table
So basically we have one dataset that we want to transform in different ways, current implementation doesn't allow to use params and table in the previously shown way, as a parsing output we get parsed parameters and the path to the table without loading it.
Expected result: parameters are parsed and table is loaded