I am currently removing data from a web site, with data in English, through web scraping.
For example, if you want to translate the names or values of the fields into Portuguese, or complete abbreviations, the most appropriate approach is:
- Make the change during the web scraping phase?
- Or just make the change after having the raw data in a file or database?