krishivseth

Results 5 comments of krishivseth

Hi Simon, I've implemented the duplicate headers support. The solution maintains compile-time typing while handling duplicate column names. I took three approaches: 1. An auto-detection method that requires no type...

I think we can keep detectHeaders as the main way to read the files (since it avoids the type signature issue), but add more intuitive runtime helper methods for accessing...

Hi @Quafadas and @Dorodri, Thanks for the feedback, and Simon, really appreciate you sharing PR #44 and your notes on the match type complexity. To me it seems that the...

Hi Simon, Thank you for your feedback on the PR! I've addressed your questions about integration with compile-time typing by implementing a two-phase approach that complements, rather than replacing, the...

Hi @Quafadas and @Dorodri, Thanks again for the detailed feedback on this PR. I agree that the standalone CsvPreprocessor approach adds an extra step and doesn't quite fit the library's...