Search Results

Search: Posts Made By: jeffreybsu
959
Posted By jeffreybsu
Help on looping using awk
I have the data like this:

PONUMBER,SUPPLIER,LINEITEM,SPLITLINE,LINEAMOUNT,CURRENCY
IR5555,Supplier1,1,1,83.1,USD
IR5555,Supplier1,1,3,40.4,USD
IR5555,Supplier1,1,6,54.1,USD...
1,407
Posted By jeffreybsu
Thanks bala.. I think I figured out a way to sort...
Thanks bala.. I think I figured out a way to sort it.
by using this code:

(head -n 2 try2.csv && tail -n +3 try2.csv | sort -t, -k1n)

I get to this:
...
1,407
Posted By jeffreybsu
Compare Multiple Columns in one file
Hello guys, I am quite new to Shell Scripting and I need help for this
I have a CSV file like this:

Requisition,Order,RequisitionLineNumber,OrderLineNumber
REQ1,Order1,1,1
REQ1,Order1,1,3...
1,995
Posted By jeffreybsu
Merging Multiple Columns between two files
Hello guys,
I have 2 CSV files which goes like this:
CSV1:

Breaking.csv:
UTF-8
"Name","Description","Occupation","Email"
"Walter White","","Chemistry Teacher","w.w@bb.com"
"Jessie...
4,774
Posted By jeffreybsu
Thanks for the help guys. It's finally done!
Thanks for the help guys. It's finally done!
4,774
Posted By jeffreybsu
Grouping multiple columns and concatenate
I have a CSV file that goes like this:
Name,Group,Email
Max,Group1,max@.com
Dan,Group2,dan@.com
Max,Group3,max@.com
Max,Group4,max@.com
Dan,Group5,dan@.com
Jim,Group6,jim@.comBasically my...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy