EDI X12-3060 : POA 855 file structure - edi

I haven't any sample file for POA with multiple transaction set. As i am exploring about POA where file must contains Multiple PO and each PO contains multiple PoLines along with Ack.
Lets say i have 2 PO and each po have 2 PoLines along with Acknowledgment. I have created the POA file as what my understanding after reading the EDI tutorials, but confused whether file structure is correct or not.
ISA*00* *00* *ZZ*1697978 *01*1234567 *060110*0937*U*00401*000000834*0*P*>?
GS*PR*1697978*1234567*060110*0937*24*X*003060?
ST*855*000000001? // For PO-1
BAK*00*AE*200601100645*060110?
N1*ST**15*1234567?
PO1*48899*1*EA*14.95*SR*IB*0060654570*B6*MANNING BRENNAN?
PID*F****Reflections for Ragamuffi?
ACK*AC*1*EA****IB*0060654570*ZZ*00?
N1*ST**15*1234567?
PO1*48899*2*EA*14.95*SR*IB*0060654571*B6*MANNING BRENNAN?
PID*F****Reflections for Ragamuffi?
ACK*AC*2*EA****IB*0060654571*ZZ*00?
CTT*2*3?
SE*12*000000001?
ST*855*000000002? // for PO-2
BAK*00*AE*200601100646*060110?
N1*ST**15*1234567?
PO1*48900*2*EA*14.95*SR*IB*0060654575*B6*MANNING BRENNAM?
PID*F****Reflections for Ragamufi?
ACK*AC*2*EA****IB*0060654575*ZZ*00?
N1*ST**15*1234567?
PO1*48900*2*EA*14.95*SR*IB*0060654576*B6*MANNING BRENNAM?
PID*F****Reflections for Ragamufi?
ACK*AC*2*EA****IB*0060654576*ZZ*00?
CTT*2*4?
SE*12*000000002?
GE*1*24?
IEA*1*000000834?
should ST-SE be repeated for each PO Acknowledgment ?

Yes, the ST/SE segments are nested just like you have in the example. each encloses a single 855. the GS/GE segments are also nested correctly in your example.

Related

Is there a way to create empty file created at last after output files successfully emitted for each window in Apache Beam?

I have a streaming pipeline which consumes events tagged with timestamps. All I want to do is to batch them into FixedWindows of 5 mins each and then, write all events in a window into a single / multiple files based on shards, with empty file at last (this file should be created only after all events in that window are successfully emitted into files).
Basically i would expect an output for like this,
|---window_1_output_file
|---window_1_empty_file (this file should be created only after window_1_output_file has been created).
Window strategy with triggering being used is as follows,
timestampedLines = timestampedLines.apply("FixedWindows", Window.<String>into(
FixedWindows.of(Utilities.resolveDuration(options.getWindowDuration())))
.triggering(Repeatedly.forever(AfterPane.elementCountAtLeast(options.getWindowElementCount())))
.withAllowedLateness(Utilities.resolveDuration(options.getWindowLateness()))
.accumulatingFiredPanes()
Is there a way to create this empty file created at last after output files successfully emitted for each window in Apache Beam? And where to apply this logic to create this additional empty file?
Thanks in advance.
Could you do something like so:
// Generate one element per window
PCollection<String> empties = p.apply(GenerateSequence.from(0)
.withRate(1, Utilities.resolveDuration(options.getWindowDuration())))
.apply(MapElements.into(TypeDescriptors.strings()).via(elm -> "");
// Your actual PCollection data
PCollection<String> myActualData = p.apply...........
PCollection<String> myActualDataWithDataOnEveryWindow =
PCollectionTuple.of(empties).and(myActualData).apply(Flatten.create());
Once you have an element in every window, you can do what you were doing:
myActualDataWithDataOnEveryWindow.apply("FixedWindows", Window.<String>into(
FixedWindows.of(Utilities.resolveDuration(options.getWindowDuration())))
.triggering(Repeatedly.forever(AfterPane.elementCountAtLeast(options.getWindowElementCount())))
.withAllowedLateness(Utilities.resolveDuration(options.getWindowLateness()))
.accumulatingFiredPanes())
.apply(FileIO........);
Is this pointing you somewhere useful? Or am I too lost? : )

Problem SamplingRateCalculatorList (00000283DDC3C0E0) : All classes are empty ! OTB + QGis

I use OTB (Orfeo Tool Box) in QGis for classification. When I use the ImageTrainClassifier tool in a batch process, I have a problem for some images. Instead of returning a model in a xml/txt file format, it returns several files with those extensions : .xml_rates_1, .xml_samples_1.dbf, .xml_samples_1.prj, .xml_samples_1.shp, .xml_samples_1.shx, .xml_stats_1 (I have the same files with txt instead of xml if I use txt file format as output).
During the execution of the algorithms, I have only one warning message :
(WARNING): file ..\Modules\Learning\Sampling\src\otbSamplingRateCalculatorList.cxx, line 99, SamplingRateCalculatorList (00000283DDC3C0E0): All classes are empty !
And after that :
(FATAL) TrainImagesClassifier: No samples found in the inputs!
The problem is that after that, I want to use ImageClassifier, that takes the model of ImageTrainClassifier in input, that I don’t have.
Thanks for your help

X12 004060 error “REF*3J*0000 Segment was not found.”

I purchased, downloaded and installed the version 004050 translation matrices. I was told that version 004060 was essentially the same as the 004050 version and to simply update any references to 004050 to 004060 in all the document classes. Which I did.
However when I tried to deserialize an EDI document I got the error "Segment was not found" on the line REF*3J*0000.Any ideas on what I can try?
The sequence of elements was out of order for the 850 document type. The S_CUR (Order=2), G_SAC (Order=3), S_DTM (Order=4) and S_REF(Order=5) needed to go in that order. Once I changed the ordering in the EF_X12_004050_850.cs file (I did not rename the file, just the internal namespace to the 004060 version), EdiFabric was able to import the data.

Unicode representation in iOS

I'm saving a file with unicode(korean) in its name and I'm storing the name of the file in memory for bookkeeping in my app. The file is saved fine, what's bothering me is the way the name is given back to me by the OS.
IF I make a fcntl(fd, F_GETPATH, charArray) call on the file's fd, the filename being returned is different to the file name returned by listing out its directory contents. I did some research on the filenames returned in the two cases and found out that the format in the initial case is Hangul Symbols(length of filename in bytes:18) and in the later case it is Hangul Jamo(length in bytes:36). IOS seamlessly works with the two formats, if I do a localizedcompare on the two names being returned it'll return a 1.
When I'm doing the bookkeeping I store the path to the file(including its name) and the length of this path. I'll do a quick compare on these two attributes when a request comes in and return a handle to the file only if they match. The problem now is when the file is being stored the fcntl call gives me the path in Hangul symbols and when the user requests it back the run time gives me the file path in hangul jamo. As I've stored the path in Hangul symbols, the app'll think its a different file that's somehow not created by the user and returns an 'invalid file' popup.
Visually the korean text looks the same in both the encoding schemes, the only difference is in the byte representation.
다른 문서.docx - Hangul Symbols - returned during file creation by FD
다른 문서.docx - Hangul Jamo - returned by the OS in runtime and also if I list the directory contents.
char *fileName1="다른 문서.docx"; //Hangul Symbols
NSLog(#"fileName3:%s length:%lu", fileName3, strlen(fileName3));
char *fileName2="다른 문서.docx"; //Hangul Jamo
NSLog(#"fileName4:%s length:%lu", fileName4, strlen(fileName4));
If you run the above code you could see the names are different in their memory footprint. Any idea on how/why iOS is changing the filename at run time from one scheme to another? and also if someone could explain how localizedcompare is returning 1 in both the cases would be great.

Delphi HtmlHelpAPI- How to direct a CHM file to open to different sections

I am able to open a CHM file by passing a ShortInteger and casting it as a Word for the dwData parameter. I.E.
Unit Help; //this is where the Id's are set with their description
Interface
Const
Address_File = 35; //delphi identifies Address_File as a shortint
etc..
Call get help pass my ID
GetHelp(Address_File); //call get help pass my ID to open to the Address_File topic
GetHelp procedure
procedure GetHelp(HelpID : Word);
begin
Application.HelpFile := ProgramPath + 'help.chm';
HtmlHelpW(0, PWideChar(Application.HelpFile),HH_HELP_CONTEXT , HelpID);
end;
HtmlHelpW function
function HtmlHelpW(hwndCaller : HWND; pszFile: PWideChar; uCommand : Integer;
dwData : DWORD) : HWND; stdcall; external 'hhctrl.ocx' name 'HtmlHelpW';
As I pass different ShortIntegers I am able to initialize the help file at different sections.
However I can't figure out how the values are mapped. There are some sections in the chm file that I want to be able to map to but the short Integer or context ID associated with them is not documented in the program or is not mapped.
Free Pascal comes with a chmls.exe util that has a command that tries to recover the alias (context) data:
chmls, a CHM utility. (c) 2010 Free Pascal core.
Usage: chmls [switches] [command] [command specific parameters]
Switches :
-h, --help : this screen
-p, --no-page : do not page list output
-n,--name-only : only show "name" column in list output
Where command is one of the following or if omitted, equal to LIST.
list <filename> [section number]
Shows contents of the archive's directory
extract <chm filename> <filename to extract> [saveasname]
Extracts file "filename to get" from archive "filename",
and, if specified, saves it to [saveasname]
extractall <chm filename> [directory]
Extracts all files from archive "filename" to directory
"directory"
unblockchm <filespec1> [filespec2] ..
Mass unblocks (XPsp2+) the relevant CHMs. Multiple files
and wildcards allowed
extractalias <chmfilename> [basefilename] [symbolprefix]
Extracts context info from file "chmfilename"
to a "basefilename".h and "basefilename".ali,
using symbols "symbolprefix"contextnr
extracttoc <chmfilename> [filename]
Extracts the toc (mainly to check binary TOC)
extractindex <chmfilename> [filename]
Extracts the index (mainly to check binary index)
This might be a start, since at least you'll know which pages are exported using an ID, and maybe the URL names will give some information.
The util is in recent releases (make sure you get 2.6.0) and also available in Free Pascal source, which should be convertable to Delphi with relatively minor effort.
Basically the chmls tool was created out of various test codebases. The testprograms decompiled and printed contents of different CHM sections and were used while creating the helpfile compiler, chmcmd, which is also part of FPC.
In Delphi, calling a help file is rather easy. In any VCL Forms application, you can set the HelpContext property of almost any control to a unique Context ID, which corresponds to a particular topic in the Help File. The Help File was compiled with these mappings, but when you decompile it, these mappings are no longer there. You must have access to the original help file project in order to know these ID's.
Set HelpContext of controls to the corresponding Context ID in the Help File
Set HelpType of controls to htContext to use the HelpContext ID
Assign Application.HelpFile to the appropriate location of the CHM file
When pressing F1 anywhere in your application, the help file will open based on the Help Context ID on the control, or its parent control
If you don't have the original project, and you don't want to re-create it, then you would have a long task of iterating through the Context ID's of your help file. Try to call the help file starting from 0 through 1,000 or possibly 50,000, depending on the size of it.
A practice I implement is a set of constants in a designated unit called HelpConstants.pas which is shared across our common application base. Each constant name uniquely and briefly describes the topic which it represents. Upon starting the application, I dynamically assign these Context ID's to their corresponding controls (usually forms) and VCL takes care of the rest.
I got the utility Marco suggested from
https://github.com/alrieckert/freepascal_arm/blob/master/packages/chm/bin/i386-win32/chmls.exe
(download by selecting View Raw).
I was able to extract all the context tags from the .chm help file and add the one I was interested in to my C++ Builder program by calling Application->HelpJump().
HTH

Resources