Parse CSV in Microsoft Flow (PowerAutomate)
I parsed the CSV file. The lines are separated by '\r\n'. If in Flow you use split(text, '\r\n'), it doesn't work as you'd like to. Instead use function decideUriComponent and respective values: \r - %0D, \n - %0A
split(outputs('Compose_-_CSV_Content'), decodeUriComponent('%0D%0A'))


Install Debian as a Windows Subsystem for Linux (WSL)
Create new list item in SharePoint with CSOM and .Net (C#) in 6 steps
PostgreSQL in Docker: when DBeaver lies (and psql saves the day)