Previously I had germanDateTest assigned to a hard coded date and everything works. But now I want to assign it to a string of values, and use an Array to split the date out, and then use the date conversion method that I had to convert the date.
So my setups look like this:
germanDateTest = “Copper|23. July 2020|6.533|6.510|143.800”
@skyblue1854 Your data probably has a different date format, As I have noticed you Have July that is the Complete Month Name, maybe you can use this format and check “dd. MMMM yyyy”
Wow…Yep. I just keep overlooking small things like that. I think it might be time for me to take a break. I stared at it for too long. Thank you so much.