PipedreamHQ / PipedreamHQ/pipedream
[Components] formatting
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# formatting
## URLs
## Actions
### format-text
#### Description
Format text by applying transformations such as trimming, case conversion (uppercase, lowercase, title case), or replacing specific characters. Required props: input text, transformation type.
### parse-json
#### Description
Parse a JSON string into an object, extracting specific fields if needed. Required props: JSON string. Optional props: fields to extract.
### convert-date
#### Description
Convert a date between different formats and time zones. Required props: input date, input format, output format. Optional props: input timezone, output timezone.
Contributor guide
Assessment
This issue has not been assessed yet.