BoMCSV parameters

  • quote_all : [boolean] (default: false) Enclose all values using double quotes.

  • separator : [string] (default: ',') CSV Separator. TXT and TSV always use tab as delimiter. Only one character can be specified.

  • hide_header : [boolean] (default: false) Hide the header line (names of the columns).

  • hide_pcb_info : [boolean] (default: false) Hide project information.

  • hide_stats_info : [boolean] (default: false) Hide statistics information.

  • keep_line_breaks : [boolean] (default: true) Don’t remove line breaks in field values.

  • keep_tabs : [boolean] (default: true) Don’t remove tabs in field values.

  • string_delimiter : [string] (default: '"') Character used to delimite strings.