skip to Main Content

Debian – How to extract columns from CSV file, process and create a CSV file based on the extract and processing result?

The is a snipped from the source CSV file. %status,date,job,project,start,end,description % //,18.03.2021,sib,sib-dede,07:00,15:00,dede-mongo % //,11.06.2021,sib,sib-dede,07:00,15:00,dede-mongo % //,24.06.2021,sib,sib-dede,07:00,15:00,dede-mongo % ?,02.08.2021,sib,sib-accounting,14:35,16:35,business-plan % ?,13.10.2021,sb,sb-accounting,11:30,12:00,e-mail-pump I like to extract from the source CSV file the start time in column 5 and the end time in…

VIEW QUESTION

Json formating using powershell

Trying to add new location to this json file, after adding entire json file is out of format and there's tons of extra spaces added. how to deal this. { "$schema": "https://schema.json#", "contentVersion": "1.0.0.0", "parameters": { "existingGalleryName": { "value": "Gallery"…

VIEW QUESTION
Back To Top
Search