BookmarkSubscribeRSS Feed
Ebele
Obsidian | Level 7

Hi,

We're using the file and socket connection as a subscriber with CSV output. Is there a way to get rid of the opcode and eventflag (I,N,) from the output ?

I mean, these characters?
I,N,

Kind Regards,
Ebele

3 REPLIES 3
AndyT_SAS
SAS Employee

Hi Ebele,

There is not a way to remove the opcode or event flag from the CSV output.  The format was designed so that it could be read back in by another ESP source window.  

Thanks,

Andy

Ebele
Obsidian | Level 7

Hi Andy,

 

Thanks, Is there another way (in esp) to subscribe to a socket connection and have full control on the output lines ? 

 

Kind Regards,

Ebele

 

AndyT_SAS
SAS Employee

Hi Ebele,

The file/socket connector does not allow an option to remove opcode or the flags from the format.  What is the intended target of the events?  Who will process the data?  Is the model only going to output insert events?

Thanks,

Andy