babbage icon indicating copy to clipboard operation
babbage copied to clipboard

Babbage is a simple and extensible open source tool for manipulating data.

Results 3 babbage issues
Sort by recently updated
recently updated
newest added

The base64 encoding plugin disregard any leading or trailing new line characters, which may be important in the original input, for example, encoding chunks of a csv file, where a...

Would love to be able to decode from base64 --> minified JSON --> pretty printed JSON in one pipeline. The use case is to grok PubSub messages on GCP

It could be useful to provide a link directly to a conversion to show input, transformers and output to other people. for example: Input: Zm9vYmFyYmF6 Transformer: url decode -> base64decode...