Last active
June 29, 2024 08:51
-
-
Save nsdevaraj/ba0861b21ce2606cadd84015fac81425 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cut -f 3,4,5,6,7,8 -d, ~/Downloads/debugs.csv > ~/Downloads/new.csv | |
sed 's/.\(.*\)/\"https\:\/\/dev\.azure\.com\/lumel\/Inforiver%20Analytics\/_queries\/edit\/\1/' ~/Downloads/new.csv > ~/Downloads/data.csv | |
sed '1d' ~/Downloads/data.csv > ~/Downloads/analytics.csv | |
cut -f 3,4,5,6,7,8 -d, ~/Downloads/Blockers.csv > ~/Downloads/new.csv | |
sed 's/.\(.*\)/\"https\:\/\/dev\.azure\.com\/lumel\/Inforiver\/_queries\/edit\/\1/' ~/Downloads/new.csv > ~/Downloads/data.csv | |
sed '1d' ~/Downloads/data.csv > ~/Downloads/matrix.csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed 's/.\(.*\)/\"https\:\/\/dev\.azure\.com\/lumel\/Inforiver\/_queries\/edit\/\1/' in.csv > out.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dev.azure.com/lumel/Inforiver/_queries/edit/