Removed save-open-insight-file to use process-data-standard-format instead
This commit is contained in:
		@ -462,6 +462,7 @@ internal class ProcessDataStandardFormat
 | 
			
		||||
            results.Add(string.Empty);
 | 
			
		||||
            List<char> hyphens = new();
 | 
			
		||||
            results.AddRange(processDataStandardFormat.InputPDSF.Header.Select(l => l.Replace('\t', '|')));
 | 
			
		||||
            results.Add(string.Empty);
 | 
			
		||||
            results.Add($"|{string.Join("|", processDataStandardFormat.InputPDSF.Columns)}|");
 | 
			
		||||
            for (int i = 0; i < processDataStandardFormat.InputPDSF.Columns.Count; i++)
 | 
			
		||||
                hyphens.Add('-');
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user