Closed apederson94 closed 1 year ago
Fixed an issue in which we were using the field primaryRowIndex and setting that parameter on the importFile endpoint rather than the correct primaryColumnIndex parameter. Renamed the appropriate fields as well for consistency.
primaryRowIndex
importFile
primaryColumnIndex
Closes #24
Is there no test cases for this scenario which needs updating?
There is not, actually
Fixed an issue in which we were using the field
primaryRowIndex
and setting that parameter on theimportFile
endpoint rather than the correctprimaryColumnIndex
parameter. Renamed the appropriate fields as well for consistency.Closes #24