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++)
|
for (int i = 0; i < reader.RecordCount; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
var readValues = reader.NextRecord();
|
var readValues = reader.NextRecord();
|
||||||
dynamic lin = new JObject();
|
dynamic lin = new JObject();
|
||||||
|
|
||||||
//Mising est_seq
|
//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_ind = readValues[1];//LINE_IND
|
||||||
lin.line_ref = readValues[2];//LINE_REF
|
lin.line_ref = readValues[2];//LINE_REF
|
||||||
//lin.tran_code = readValues[3];//TRAN_CODE
|
//lin.tran_code = readValues[3];//TRAN_CODE
|
||||||
|
|||||||
Reference in New Issue
Block a user