Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: split strip issues 'NonType'
Post: RE: split strip issues 'NonType'

followup question. I am going a different path now, still having issues with nontype. I am wondering how do I strip out a string that is on two lines? This is what I want to strip: Sent with Black...
casacafe General Coding Help 8 3,848 Oct-08-2019, 06:23 PM
    Thread: split strip issues 'NonType'
Post: RE: split strip issues 'NonType'

(Oct-07-2019, 08:47 PM)ichabod801 Wrote: That should work, assuming there is something there to strip. Thank you again
casacafe General Coding Help 8 3,848 Oct-07-2019, 08:52 PM
    Thread: split strip issues 'NonType'
Post: RE: split strip issues 'NonType'

(Oct-07-2019, 05:44 PM)ichabod801 Wrote: So if 'Classification' is in the email, you want to split by that, otherwise split by 'Sent by BlackBerry Work'? In that case it's just: if "Classification:...
casacafe General Coding Help 8 3,848 Oct-07-2019, 08:45 PM
    Thread: split strip issues 'NonType'
Post: RE: split strip issues 'NonType'

(Oct-07-2019, 04:56 PM)ichabod801 Wrote: That line is too long IMHO. I would do it like this: if "Classification:" in filtered_artifacts_item_1_0: splitresponse__response_value = filtered_artif...
casacafe General Coding Help 8 3,848 Oct-07-2019, 05:16 PM
    Thread: split strip issues 'NonType'
Post: split strip issues 'NonType'

hello, I am extremely new to python so bare with me. I am using a product that requires the use of python for custom functionality. I have an automation tool that is ingesting and reading an email...
casacafe General Coding Help 8 3,848 Oct-07-2019, 04:47 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020