Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to get header as Key name? #82
Closed
Comments
|
You can make a dictionary with the equivalence equ = {"StartDate" => "A"} |
|
Good point. I have added it to the backlog. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first row of my excel has the header. How can I get the header name instead of "A", "B" etc.?
{"A"=>"DATE, "B"=>"TEXT", "C"=>"TEXT", "D"=>"TEXT"}-->
{"Start date"=>"DATE, "First name"=>"TEXT", "Last name"=>"TEXT", "Address"=>"TEXT"}Would be great to parse header giving a regex expression. Just like Roo gem