Added line_no to lin file decoding as a part of BOD-71.
This commit is contained in:
@@ -914,12 +914,13 @@ namespace BodyshopUploader.Utils.Decoder
|
||||
|
||||
for (int i = 0; i < reader.RecordCount; i++)
|
||||
{
|
||||
|
||||
var readValues = reader.NextRecord();
|
||||
dynamic lin = new JObject();
|
||||
|
||||
//Mising est_seq
|
||||
|
||||
//lin.line_no = readValues[0];//LINE_NO
|
||||
|
||||
lin.line_no = readValues[0];//LINE_NO
|
||||
lin.line_ind = readValues[1];//LINE_IND
|
||||
lin.line_ref = readValues[2];//LINE_REF
|
||||
//lin.tran_code = readValues[3];//TRAN_CODE
|
||||
|
||||
Reference in New Issue
Block a user