How to normalize extracted data in Crawl4AI? #1524
Answered
by
SohamKukreti
abdefi
asked this question in
Forums - Q&A
-
Hi all, I’m using Crawl4AI to scrape web data. I’m able to extract values like: "currency": "27,50 Euro" but I want to automatically convert them into a standardized format, e.g.: "currency": "EUR" Is there a way to apply post-processing directly in Crawl4AI, or do I need to handle this separately in code? Any examples or best practices would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
SohamKukreti
Sep 28, 2025
Replies: 1 comment
-
Hey @abdefi, there is no automatic way to normalize extracted data within crawl4ai. You can do post processing separately on the extracted data. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SohamKukreti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @abdefi, there is no automatic way to normalize extracted data within crawl4ai. You can do post processing separately on the extracted data.
Thanks!