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 bkrike 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: Madavian
  • Content: Threads
  • Order by date
  1. Madavian

    Spliting input

    Can I split 1 input record into 5 output records? The input record contains 5 sets of data that may be split depending on the data itself. The output will go to a holdfile.
  2. Madavian

    Text field decleration

    I have to process text files with fixed length fields. Does Python provide for a way to define the fields? I need something like the following. text file = 'aaabccccccccddddeff...' converted to :- field1 = 'aaa' field2 = 'b' field3 = 'cccccccc' etc.... I am using - field1 = file[0:3] #...

Part and Inventory Search

Back
Top