Replies: 1 comment 5 replies
-
I think you should just be able to do set_headers without any sort of string replacement. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So another disgusting csv format someone handed me:
The thinking was, why distinguish
average
when we can assume it is the average of the column that comes before it?But this leads to errors such as:
Is the cleanest way to handle this so some string replacement on the raw headers and then performing
set_headers
with the augmented versions?Beta Was this translation helpful? Give feedback.
All reactions