avy_faingezicht
10/20/2023, 1:58 PM'T' and 'F' , is there a way to use the typing helpers to cast them properly? using th.BooleanType makes it all true since the input strings are all truthy. Maybe a lambda?edgar_ramirez_mondragon
10/20/2023, 2:59 PMavy_faingezicht
10/20/2023, 3:19 PMavy_faingezicht
10/20/2023, 3:21 PMReuben (Matatika)
10/20/2023, 3:50 PMedgar_ramirez_mondragon
10/20/2023, 4:02 PMkeeping the type as string so that I can apply the T/F -> true/false elsewhereoh, you can declare the field as
th.BooleanType and use post_process to actually make it a boolean