ResourceImporterCSV๏
Inherits: ResourceImporter < RefCounted < Object
Imports CSV, TSV, and PSV files as CSV resources.
Description๏
ResourceImporterCSV imports delimiter-separated source files into CSV resources for use in projects. It supports comma, semicolon, tab, and pipe delimiters, optional headers, parser options, and custom null and boolean mappings.
Properties๏
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions๏
String comment_prefixes = "" ๐
Comma-separated prefixes for comment rows to skip during import.
Delimiter preset used to parse the source file.
Comma-separated field values to convert to false.
If true, uses the first accepted row as dictionary keys.
Comma-separated field values to convert to null.
Controls how short or long rows are handled during import.
bool skip_empty_rows = false ๐
If true, skips rows that contain only empty fields.
If true, trims leading and trailing whitespace from unquoted fields.
Comma-separated field values to convert to true.