Formatting and post processing data
How to clean and normalize parsed data in a consistent format
7 articles
Written by Sylvestre

Use field formats to normalize data
How to use Field formats to get consistent and normalized parsed data
Written by Sylvestre. Updated over a week ago
Format parsed data as text
Format fields into single-line or multiline text, with or without underlying HTML
Written by Sylvestre. Updated over a week ago
Format parsed data as date and time
Convert and format fields into date, time, datetime
Written by Sylvestre. Updated over a week ago
Format parsed data as a number
Convert and format fields into numbers, decimals and integers
Written by Sylvestre. Updated over a week ago
Parse a person's name into first, middle and last automatically
How to extract the title, first, middle and last name from a person's name
Written by Sylvestre. Updated over a week ago
Parse and geolocate an address automatically
How to extract the street, city, state, zip code, coordinates and more from an address location
Written by Sylvestre. Updated over a week ago
Advanced data post processing with Python
How to add custom fields, business logic and change the structure of your parsed data writing Python code
Written by Sylvestre. Updated over a week ago