Jump to content
UBot Underground

Problem with 'ñ' and especial characters loading .csv


Recommended Posts

Hi good morning.

I'm trying to make a bot to populate form fields with data I have in a file "file.xlsx".

The content of some cells may contain 'ñ', '¡' and other special characters.

Save the file as "file.csv" and if I edit this file, the characters 'ñ', '¡' are correct.

However, when my bot reads and fill in the fields, for example:

 

type 'ESPA?A' when the text is 'ESPAÑA'

or

type '???ESPA?A!!!' when the text is '¡¡¡ESPAÑA!!!'

 

Could anyone help me solve this problem?

 

Thank you very much.

Link to post
Share on other sites

Hi good morning.

I'm trying to make a bot to populate form fields with data I have in a file "file.xlsx".

The content of some cells may contain 'ñ', '¡' and other special characters.

Save the file as "file.csv" and if I edit this file, the characters 'ñ', '¡' are correct.

However, when my bot reads and fill in the fields, for example:

 

type 'ESPA?A' when the text is 'ESPAÑA'

or

type '???ESPA?A!!!' when the text is '¡¡¡ESPAÑA!!!'

 

Could anyone help me solve this problem?

 

Thank you very much.

 

If you are using UBot 4, make sure your file is encoded as UTF-8, as that is the encoding we assume when reading files.

Link to post
Share on other sites

If you are using UBot 4, make sure your file is encoded as UTF-8, as that is the encoding we assume when reading files.

 

Hello Eddie Waller, I would like contact you by e-mail, how could I contact with you?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...