Transforms
BBC News Scraper
Fetches the BBC News homepage and extracts story titles and URLs.
Sample Data
Result
Reverse Rows
Simply reverses the order of rows in the CSV.
Sample Data
Result
Extract Column as Array
Takes a CSV and returns just the values from one column as an array.
Sample Data
Result
CSV to HTML List
Converts CSV data into a simple HTML string list.
Sample Data
Result
Find Oldest Person
Identifies the person with the maximum age.
Sample Data
Result
Average Age
Calculates the average age of all people in the list.
Sample Data
Result
Count by Gender
Returns a count of individuals for each gender.
Sample Data
Result
Uppercase Names
Transforms all names in the CSV to uppercase.
Sample Data
Result
Group by Gender
Groups the list of people by their gender.
Sample Data
Result
Filter Adults (Age >= 18)
Parses CSV and filters for individuals 18 years or older.
Sample Data
Result