Many nodes

Currently, many nodes have been developed on my site.
For the most part, they all need to be completely cleaned up.
Basically I would like to offer all of them as a pull request in the future.
Currently I just don’t have that much time to realize everything at once. If something is desired, I can bring it forward.
Some are probably already implemented n8n itself.
Here is a complete list:

BitFlags.node.ts // allows to read write bit flags to/from a number
FileHash.node.ts // generates a file hash
FileSystemOperation.node.ts // Some file system methods
Path.node.ts // manipulate path
Peg.node.ts // use pegjs in n8n
CombineSplitCol.node.ts // Combine multiple cols to one (list) or split one col to multiple.
CountRowsCols.node.ts // Count the rows, cols or cells
DemoteHeaders.node.ts // Header as row, creates a new header
JSONata.node.ts // JSONata in n8n
Keep.node.ts // Only keep items by names
Navigate.node.ts // Navigate in a nested table.
PromoteHeaders.node.ts // First row as header
RemoveRows.node.ts // Remove all selected rows.
ReverseRows.node.ts // Reverse input rows
SelectRows.node.ts // Remove all unselected rows
SortRows.node.ts // Sort rows
Transpose.node.ts // Swap rows with columns
Unset.node.ts // remove stuff /like set
TextManipulation.node.ts // Manipulate text, pull request exists: https://github.com/n8n-io/n8n/pull/1426
RegexMatch.node.ts // Regex match (extract groups)
RegexMatchSwitch.node.ts // Like a switch but based on RegexMatch (returns also the groups)

5 Likes

All Screenshots of the nodes:

Summary

grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik
grafik


grafik

4 Likes

Hi @lublak, this is amazing to see! We have a plan for data manipulation, and would love to better understand your nodes to see how they could fit in. Will DM you.