The getCsvCellFromProperty function retrieves the value of a property from an
object and converts it to a string suitable for inclusion in a CSV file using
the stringifyCsvCellValue function. It takes an object and the name of the
property to retrieve as parameters.
The
getCsvCellFromProperty
function retrieves the value of a property from an object and converts it to a string suitable for inclusion in a CSV file using the stringifyCsvCellValue function. It takes an object and the name of the property to retrieve as parameters.