Carriage return as a delimiter?

Can I use a carriage return as a delimiter in splitting a column?

Hey @bross13199, good question! At the moment, you cannot use invisible characters like that, so your best course of action is to use a Find/Replace step, and replace them with a “normal” character. Then you can split on that character!