Question: I need Java code to read data for source system from ini properties file. Please help to re-write below code to read data for source
I need Java code to read data for source system from ini properties file. Please help to re-write below code to read data for source system from ini properties file.
Properties fileProp = new Properties(); fileProp.load(new FileInputStream("properties/fileProcessing.ini")); // Array of source systems that indicate if a transaction record is eligible or not String[] source_system_comingled = {"Y28", "D69", "NYB", "WKD"}; String[] source_system_MUB = {"AES", "CCX", "CIF", "MSB", "PTT", "SEI", "TD1", "TD2", "TD3", "TSP", "TSX", "PAP", "USR"};
Below is the sample ini properties file.

sourceSystemComingled=Y28 sourceSystemComingled=D69 sourceSystemComingled=NYB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
