Thanks @rfeigel@mlauber71 ..for your efforts in providing me the workflow. It help me understand KNIME more. But like @fe145f9fb2a1f6b mentioned my data is not limited to these 2 tables. It has several repetition like that. May be i need to consider some kind of looping. But you guys has definetly given me idea. I will try myself. Meanwhile if anyone of you can help me in looping then it will be awesome.
Thanks again ..really appreciate your time and efforts.
@praffulgoyal as @rfeigel has said: it all depends on your description of the challenges you face, like: repeated blocks that have a common identifier.
One way to do it is to identify the end of one block and then iterate over them. You can import the whole CSV first with the Fixed Width File Reader – KNIME Community Hub into one column - then identify the line which holds the block separator and then loop over the lines with a regular CSV reader with start and end line.