Skip to main content
Question

Chinese letters not appearing when get file txt from google docs


  • Beginner
  • 2 replies

so this is basically what I want to do - I want to get a prompt from google doc B and the text from google doc A (Simplified Chinese) for GPT-4 to process. According to this article: 

  , I cannot get the file txt from a google doc if my trigger is not a “NEW DOCUMENT” or “NEW DOCUMENT IN FOLDER”, so I need to use the GET webhook thingy to extract the file txt. When I do this though:

which is obviously not chinese.  Thanks for the help!

Did this topic help you find an answer to your question?

4 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @SQH 

Good question.

To help us have more context, please post screenshots with how your Webhook step is configured.


  • Author
  • Beginner
  • 2 replies
  • October 7, 2023
TBH I’m just following the instructions in the link   and I did not change anything. Thanks! What other information do you need for me to work on? I have tested this and extracting english text works fine. It’s definitely Chinese that’s the problem.

 


Troy Tessalone
Forum|alt.badge.img+14

@SQH 

The issue may be due to the character encoding.


  • Author
  • Beginner
  • 2 replies
  • October 10, 2023
Troy Tessalone wrote:

@SQH

The issue may be due to the character encoding.

I see! How do I fix that?