I want to combine two expressions to create a bucket in aws. The bucket name cannot have any spaces. How would I remove spaces from the strings?
ex. Bucket Name: {{ $(‘Merge’).item.json.Client }}-{{ $(‘Merge’).item.json[‘Title of Project’] }} |
OUTPUT would be: New York-Marketing Campaign
OUTPUT should be: NewYork-MarketingCampaign