Results 1 to 2 of 2

Thread: Need of Dynamic tokenizer.

  1. #1
    Join Date
    Apr 2011
    Posts
    5

    Default Need of Dynamic tokenizer.

    We are procssing the combination both delimitor files and fixed length files.

    Problem here is we can't identify which formate file (delimitor or fixd length) in compile time,so we are looking some tokenizer like dynamic.

    OR is it there any posibility to decise the tokenizer based on the delimitor(which we are getting from jobparameters??

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I think you need a custom tokenizer, but it's not very complicated to wrap an existing fixed length and delimited pair into a composite.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •