Sequence as a string
This commit is contained in:
parent
b8ba8f2219
commit
8d588289e1
@ -10,6 +10,7 @@ internal class Row
|
||||
public Row(Run run, int i)
|
||||
{
|
||||
Index = i;
|
||||
//
|
||||
Operator = run.Header.Operator;
|
||||
StartVoltage = run.Header.StartVoltage;
|
||||
Wafer = run.Header.Wafer;
|
||||
|
@ -55,7 +55,7 @@ internal class Run
|
||||
int columns = 0;
|
||||
StringBuilder stringBuilder = new();
|
||||
results.Add($"\"Count\",{jsonElements?.Length}");
|
||||
results.Add($"\"{nameof(logistics.Sequence)}\",{logistics.Sequence}");
|
||||
results.Add($"\"{nameof(logistics.Sequence)}\",\"{logistics.Sequence}\"");
|
||||
results.Add($"\"{nameof(logistics.MesEntity)}\",\"{logistics.MesEntity}\"");
|
||||
string dateTimeFromSequence = logistics.DateTimeFromSequence.ToString("MM/dd/yyyy hh:mm:ss tt");
|
||||
for (int i = 0; i < jsonElements?.Length;)
|
||||
|
Loading…
x
Reference in New Issue
Block a user