[PYTHON] How to make scrapy JSON output into Japanese

When I crawl a page containing Japanese with scrapy, a lot of the character string \ uXXXX is embedded in the resulting JSON. To prevent this, write the following in settings.py.

FEED_EXPORT_ENCODING='utf-8'

reference https://doc.scrapy.org/en/latest/topics/feed-exports.html#feed-export-encoding

Recommended Posts

How to make scrapy JSON output into Japanese
How to read JSON
Make Japanese into Romaji
How to make Linux compatible with Japanese keyboard
How to make a Japanese-English translation
[Introduction to Python] How to parse JSON
How to make a slack bot
How to make a recursive function
How to get started with Scrapy
How to make a deadman's switch
[Blender] How to make a Blender plugin
[Blender] How to make Blender scripts multilingual
How to overwrite the output to the console
How to make a crawler --Basic
How to handle Japanese in Python
How to not escape Japanese when dealing with json in python
How to make a string into an array or an array into a string in Python
How to use Qubits Tomography (Make graduation research products into Buddhahood)
How to make Word Cloud characters monochromatic
How to make Selenium as light as possible
[Python] How to make a class iterable
How to set the server time to Japanese time
How to use Japanese with NLTK plot
How to display python Japanese with lolipop
[Cocos2d-x] How to make Script Binding (Part 2)
How to get colored output to the console
How to decompose TTC fonts into TTFs.
How to make multi-boot USB (Windows 10 compatible)
How to enter Japanese with Python curses
How to make a Backtrader custom indicator
How to make a Pelican site map
[Cocos2d-x] How to make Script Binding (Part 1)
How to separate pipeline processing code into files by spider in Scrapy
How to make a dialogue system dedicated to beginners
How to make an embedded Linux device driver (11)
How to make WTForms TextArea correspond to file drop
How to make an embedded Linux device driver (8)
How to make Spigot plugin (for Java beginners)
How to make an embedded Linux device driver (4)
How to create a JSON file in Python
How to make a dictionary with a hierarchical structure.
How to make an embedded Linux device driver (2)
How to generate a Python object from JSON
How to make an embedded Linux device driver (3)
[Python] Memo to translate Matplotlib into Japanese [Windows]
[Introduction to Python] How to handle JSON format data
How to make a QGIS plugin (package generation)
How to pass settings to Item Pipeline in Scrapy
How to erase the characters output by Python
I read "How to make a hacking lab"
[Blender x Python] How to make an animation
How to make an embedded Linux device driver (6)
How to make Substance Painter Python plugin (Introduction)
How to output "Ketsumaimo" as standard output in Python
[Blender x Python] How to make vertex animation
How to make an embedded Linux device driver (5)
Make JSON into CSV with Python from Splunk
[Python] How to handle Japanese characters with openCV
How to make an embedded Linux device driver (10)
How to make Python faster for beginners [numpy]
How to make Python Interpreter changes in Pycharm