Hi,
I have an incoming bod that contains a collection of lines where I only wish to process certain lines based on a category element in the data line. What I'm wanting is a means of configuring a list of categories and then filtering the input document to just contain those lines.
I've looked at Configuration - Codes and that would allow me to create a list of categories but I can't see any means of using them in a data flow. A xslt map will easily enough filter the incoming document but I need some means of sending in the list of allowed categories to the map.
Any ideas?
Thanks