Add support for passing in additional parameters to the pandas read_* functions. An example of a use case is where we want to skip some rows in the csv file. Pandas supports skiprows parameter for the read_csv function. We can use this new functionality to pass these kinds of configuration that not directly supported by the CsvToFHIR data contract.
Add support for passing in additional parameters to the pandas read_* functions. An example of a use case is where we want to skip some rows in the csv file. Pandas supports
skiprowsparameter for the read_csv function. We can use this new functionality to pass these kinds of configuration that not directly supported by the CsvToFHIR data contract.