Hi stackoverflow community;
i'm new to pig, i have a CSV file that contains 5 columns with headers it's look like:
column1 | column2 | column3 | column4 | column5
test1012 | test2045 | test3250 | test4865 | test5110
test1245 | test2047 | test3456 | test4234 | test5221
..........
i want to sort only column 1,3 and 4, but i dont know how to filter by column header.
if you could please point me to the right functions that will accomplish what I want to do, that would be great. Thanks!