Hi there,
Could anyone help me to implement a workflow which takes below input and produce certain output which is also mentioned below.
Input:-
RecordID | Value |
1 | 1. Abcdef |
2 | This is first dummy text line |
3 | this is second dummy text line. |
4 | This is third dummy text line. |
5 | 2. Xyz |
6 | This is first dummy introduction line, |
7 | this is second dummy introduction line |
8 | this is third dummy introduction line |
9 | this is fourth dummy introduction line. |
10 | 3. Pqrst |
11 | This is dummy text line |
12 | this is another dummy text line. |
Output required:-
RecordID | Value1 | Value2 |
1 | 1. Abcdef | This is first dummy text line this is second dummy text line. This is third dummy text line. |
2 | 2. Xyz | This is first dummy introduction line, this is second dummy introduction line this is third dummy introduction line this is fourth dummy introduction line. |
3 | 3. Pqrst | This is dummy text line this is another dummy text line. |