Simplifies outputting data stored in a hash table.
If you use hash tables a lot you may find yourself writing the same bits of pipeline to get the data in your hash back onto the data stream, which can be a bit repetitive.
This component lets you quickly output hash data as new data records but you can also print the data to the debug console in a format not unlike Perl's invaluable Data Dumper module.
You can choose what property names to use for the keys and values in your hash, or just use the defaults.
The component can also destroy the hash after it's finished reading it
Oh and of course you can read from multiple hashes, one after the other
happy hashing!
If you use hash tables a lot you may find yourself writing the same bits of pipeline to get the data in your hash back onto the data stream, which can be a bit repetitive.
This component lets you quickly output hash data as new data records but you can also print the data to the debug console in a format not unlike Perl's invaluable Data Dumper module.
You can choose what property names to use for the keys and values in your hash, or just use the defaults.
The component can also destroy the hash after it's finished reading it
Oh and of course you can read from multiple hashes, one after the other
happy hashing!