Forum Discussion
perepelena
1 year agoFrequent Visitor
Using a binary sample file for custom functions in Dataflow 2 gen
Hello! I'm using dataflow 2 gen in order to optimize the updating of queries with custom functions. For the function I have a sample file (for transforming other files) that must be in binary fo...
lbendlin
1 year agoSuper User
Is "Transitions" of one of these types?
type table, type record, type list, type nullable binary, type binary, type function
Looks like they only accept tables of basic types for further processing.
perepelena
1 year agoFrequent Visitor
Transitions is the step with a binary excel file.
I also have read that only tables of basic types are allowed, but in several other posts people seem to manage to find the way of processing binary files.