General Skills Level 2 100 points

Text Processing Master - sed & awk

Mission

/app/data.csv contains CSV data. Perform these operations: 1. Extract only rows where column 2 (price) >= 1000 2. Replace "_" with spaces in column 3 (product name) 3. Add "PROD-" prefix to column 1 (ID) The product name in the first row of processed data is the flag. Format: ID,price,product_name

#sed#awk#text-processing#csv

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag