The getCsvRowFromJsonObject function generates a row of CSV data from an
object. It takes an object, an array of property names to include in the row,
and an optional map of property transformers as parameters. The property
transformers are functions that take an object and a property name, and
return the value to be included in the row for that property. If no property
transformer is provided for a given property, the value of the property is
retrieved using the getCsvCellFromProperty function.
The
getCsvRowFromJsonObject
function generates a row of CSV data from an object. It takes an object, an array of property names to include in the row, and an optional map of property transformers as parameters. The property transformers are functions that take an object and a property name, and return the value to be included in the row for that property. If no property transformer is provided for a given property, the value of the property is retrieved using thegetCsvCellFromProperty
function.