How to extract first and last record from flat file?

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 4

  • @ashishsingh3437
    @ashishsingh3437 2 месяца назад

    Hi, one doubt ! why did you map the output that came from the source? we have calculated the new port in the expression, right? shouldn't we map the new output port with the target? if not then how it is working?

  • @viveksingh-oh8xi
    @viveksingh-oh8xi 3 года назад

    well explained in details. have one question if interviewer asked how can we load rest of the records (except header and footer) of source file in another target ?

    • @TechTutorETLandAWS
      @TechTutorETLandAWS  3 года назад +1

      You can go through this video of mine. It may help you. ruclips.net/video/oEa1fn-SR6Q/видео.html

  • @aparnauddaraju3154
    @aparnauddaraju3154 2 года назад +1

    Nice tutorial.Have one question
    Input OUTPUT
    A A
    B NULL
    C B
    D NULL
    C
    NULL
    D
    NULL
    How we can achieve this