Function replaceCsvContentLineBreaks

  • Can be used to modify Csv data structure so that line breaks in the Csv content are replaced to different character

    Parameters

    • value: Csv
    • lineBreak: string = DEFAULT_CSV_LINE_BREAK
    • replaceTo: string = DEFAULT_CSV_LINE_BREAK_REPLACE_CHARACTER

    Returns Csv

Generated using TypeDoc