Parse URL Column in Parquet Files Online
Parse URL columns in Parquet files and extract host, path, query string, and fragment into separate columns — directly in your browser, no upload required.
About this tool
Break URL columns in a Parquet file into their component parts — protocol, host, path, query parameters, and fragment — each in its own column. Useful for analysing web server logs, marketing URL reports, and CRM exports that contain raw URLs. Individual query parameters like utm_source and utm_campaign are extracted as separate columns. Everything runs locally in your browser.
Frequently Asked Questions
What parts of a URL does the Parquet URL parser extract?
Protocol (scheme), host (domain), port, path, query string, individual query parameters as separate columns, and fragment. Each component is extracted into its own column in the output file.
Why would I need to parse URLs in a Parquet file?
Common uses include extracting UTM parameters from marketing URLs, isolating hostnames for domain analysis, splitting path segments for web analytics, and cleaning URL columns before loading into a database. Web server logs, analytics exports, and CRM data often contain raw URL columns that need decomposing.
What happens to malformed URLs in a Parquet file during parsing?
Rows with values that cannot be parsed as a valid URL will have NULL in all extracted component columns. The original URL column is preserved so you can identify and fix malformed entries separately.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Add Moving Average to Parquet Files Online
Add a moving average, rolling sum, rolling min, or rolling max column to Parquet files directly in your browser. Choose window size, order-by column, and optional partitioning — no upload required.
Search Text in Parquet Files Online
Search for text across all string columns in Parquet files directly in your browser. Filter rows to only those containing your search term and download the results — no upload required.
Get Top N Rows from Parquet Files Online
Extract the top N rows per group from Parquet files directly in your browser. Get the top 5 products per category, highest scores per team, or any ranked subset — no upload required.
Add Percent of Total to Parquet Files Online
Add a percentage-of-total column to Parquet files directly in your browser. Show each row's share of the grand total, or the share within each group — no upload required.
Parse URL Column in CSV Files Online
Parse URL columns in CSV files and extract host, path, query string, and fragment into separate columns — directly in your browser, no upload required.