Hi, I am not sure how to go about doing this, can anyone help?

• Reads a file called “Members Only.csv” and stores the data in a datatable (The “Members Only.csv” file is to be retrieved from MEL platform)
• Creates a nickname for each club member using
o The first 3 letters of the first name, all in UPPERCASE
o The first 3 letters of the last name, all in lowercase
• There will be a need to use a Data Table and to loop using the For Each Row activity
• Write all the generated nicknames to the Output Panel

@AndersJensen could you please help here?

1 Like

Could you please provide a sample csv file?

Sure, but let’s solve it together, when you get the csv. I’m gladly reviewing your attempt, when you start :blush:

1 Like

okay

I have attached the workflow. Please check.

CSV_NickNameProject.zip (16.2 KB)

@AndersJensen Can you check if this is correct or not?

2 Likes

Awesome work, Ashish :100: :+1:

1 Like

Thank you. Your tutorials on youtube helped in learning string manipulation :slight_smile:

1 Like