Closed Arvengeance closed 1 year ago
I am actually not really sure if that is a good or a bad thing. I mean sure, we can just strip the title row, but the stripping content would be a bad thing.
I don't see the good thing ;) What is the use case of keeping spaces behind the closing bracket of the variable name?
yea. you are right. I was just thinking about consistency. but i think i will just strip the headers. But i general i would not recommend to try to align csv!!!
will be fixed in 1.7.0
Given
I have a CSV file with a header like this:
Now, since I work in VSCode, I use plugins to align the columns. My header looks then something like this:
Behaviour
When running the testcase, i get an error that
If I remove the spaces in the header, it works.
Expected
Since variable is already wrapped in
${}
, I would expect the spaces being trimmed.