Text to database

I want to read the data from text file and want data output into output table format

Hi Shrutika,

You can follow below steps-

  1. Read the test file using Text File Input step.
  2. Do the Data massaging in Modified javascript( use Javascript function/regex)
  3. Use Table Output step for insert into db.