Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: loryluv
  • Content: Threads
  • Order by date
  1. loryluv

    truncate fields

    Hi all, I have a csv file and I am using the Text::CSV_XS module to parse it. This works fine. However, for a particular column (the 8th one), I need to truncate the field to only having 50 characters. For example, if the field has 90 characters in total, I need to delete everything from the...
  2. loryluv

    manipulating csv file with perl

    Hi all, I'm a newbie in using Perl. I've got a csv file that is comma delimited. (Basically, there are 10 fields separated by commas on each line. Each field is a string field.) I need to: 1) get rid of the first line of the input file, the 2nd and 5th field for all the records 2) for the 3rd...

Part and Inventory Search

Back
Top