Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support renaming a column of a result-set #493

Closed
Seddryck opened this issue Jun 21, 2019 · 1 comment
Closed

Support renaming a column of a result-set #493

Seddryck opened this issue Jun 21, 2019 · 1 comment

Comments

@Seddryck
Copy link
Owner

Seddryck commented Jun 21, 2019

This alteration should support the renaming of column. This would especially useful when dealing to compare two CSV files having small differences in the column name.

<alteration>
  <rename identifier="#3" new-name="myNewName"/>
  <rename identifier="[myOldName]" new-name="@myVar | text-to-without-whitespaces"/>
</alteration>
@Seddryck Seddryck added this to the v1.21 milestone Jun 21, 2019
Seddryck pushed a commit that referenced this issue Jul 2, 2019
@Seddryck
Copy link
Owner Author

Seddryck commented Jul 2, 2019

Beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/25682018/artifacts
version: 1.21.0-beta0244

@Seddryck Seddryck closed this as completed Jul 2, 2019
Seddryck pushed a commit that referenced this issue Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant