Skip to content

bqr_upload_data issues with special characters #80

@rafaxalv

Description

@rafaxalv

Hi,

Im uploading some dataframes from R to big query. When using bigquery package I had no issues.
When I upload with BigQueryR I have problems with special characters. Is there any configuration I should do?

I see in the source code that there is an encoding being applied at the step of the CSV creation.

bqr_upload_data(projectId = billing, datasetId = clientname, tableId = 'Lancamentos_Financeiros', upload_data = lancamentosFinanceiros , create = c("CREATE_IF_NEEDED"), schema = NULL, wait = F, autodetect = TRUE, nullMarker = NULL, maxBadRecords = NULL, allowJaggedRows = FALSE, allowQuotedNewlines = FALSE, fieldDelimiter = ",")

Also. bqr_upload_data is significantly slower than bq_perform_upload. Is there something I can set to reduce upload times?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions