smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
5 stars 13 forks source link

update from primaryRowIndex to primaryColumnIndex #31

Closed apederson94 closed 1 year ago

apederson94 commented 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.

Closes #24

uditmalik commented 1 year ago

Is there no test cases for this scenario which needs updating?

apederson94 commented 1 year ago

Is there no test cases for this scenario which needs updating?

There is not, actually