Steve Tarver

Results 26 comments of Steve Tarver

@vijaygopal I have not tested in node v10.15.0. Historically, deleting your npm packages and reinstalling has fixed these problems. I will not have time to look into this error in...

Can you describe your use case? Are you consuming an excel spreadsheet where you don't have control over column names? Something else? Want to understand all use cases before I...

Thanks, mistyped "column names", meant header. Can you help me understand why you can't just change the excel spreadsheet to use the key names you want? This helps me improve...

@thearabbit, implementation will take a bit of work. I am starting a new job and don't see having time for this in the foreseeable future. The simplest solution I see...

Implementation notes: Provide key name translation - from spreadsheet key (col or row) to internal name. Could be implemented as another option that contains a complete, ordered list of desired...

Apologies for the dreadful response time. I am unable to recreate this problem. I setup an excel sheet containing your values in row 1 and added the following test: ```CoffeeScript...

No steps to reproduce - can't reproduce bug from description. Closing

Can you attach your spreadsheet and minimal code to reproduce the error? I tried to recreate your bug (regression test and spreadsheet is in this repo), but could not. Other...

Thanks @Trimud, the spreadsheet clarifies a lot - likely the same problem @juliwe was seeing. Your spreadsheet is 'row-oriented'; key names are in row 1 and the remainder are data...

@NikhilNanjappa : sounds like another good feature request - provide per field type hints. Will not implement this in the foreseeable future, but not closing - to track the feature...