Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error #16

Closed
dicorynia opened this issue Aug 21, 2017 · 3 comments
Closed

Parsing error #16

dicorynia opened this issue Aug 21, 2017 · 3 comments
Assignees
Labels

Comments

@dicorynia
Copy link

dicorynia commented Aug 21, 2017

Merci pour ce paquet.

Sur un jeu-test j'ai :

Writing tempfile to...C:\Users\xxx\AppData\Local\Temp\RtmpSS0T23\file83cd61558e.csv
If file is larger than 8 MB, it must be splitted
Size is : 15.7 Kb
SuccessOKSuccess: (200) OK
Warning: 1 parsing failure.
row # A tibble: 1 x 5 col     row                col               expected actual         file expected   <int>              <chr>                  <chr>  <chr>        <chr> actual 1   116 result_housenumber no trailing characters      B <raw vector> file # A tibble: 1 x 5

Warning message:
In rbind(names(probs), probs_f) :
  number of columns of result is not a multiple of vector length (arg 2)

Je n'ai pas identifié les lignes responsables dans mes données mais en changeant les options de parsing de colonnes de la réponse dans la fonction geocode_tbl en : result_housenumber = readr::col_character() et result_postcode = readr::col_character() ça passe.

Cordialement

@joelgombin joelgombin self-assigned this Aug 21, 2017
@joelgombin joelgombin added the bug label Aug 21, 2017
joelgombin added a commit that referenced this issue Aug 22, 2017
@joelgombin
Copy link
Owner

En y pensant, c'est logique. On peut avoir des codes postaux corses, des bis, etc. Merci !

@dicorynia
Copy link
Author

Merci aussi...

@dicorynia
Copy link
Author

Bonjour
Il semble qu'il y ait eu une régression depuis...
Le dataframe retourné a les champs

  • "result_postcode" et
  • "result_housenumber"

à nouveau comme "int" au lieu de "chr"

Cordialement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants