I have 2 Input Files with no matching keys .
FileA (FB format)
Customer_id (max 4 characters)
A001
A002
A003
A004
FileB(FB Format) - It has only one row always
Gift_amount - always 4 digits only
1000
Output
Customer_id Gift_Amount
A001 | 1000
A002 | 1000
A003 | 1000
A004 | 1000
Can someone please help me achieve this join using syncsort ?