Assignment title: Information
Write the code to open the file and copy the 'raw' data from the file into a ListBox. 2) Write the code to save the data in the ListBox to a new file. 3) Write the code to remove unwanted data so that you just have the lines of data we are interested in. Keep using the ListBox so that you can know you have got it right. The first item in your ListBox should be something like: 0,94596,"Ballina","IDN60801","23/02:00pm","20150123140000","20150123030000"… You will need to study the raw data file carefully to decide how to remove the unwanted data. I suggest loading it into Word so that you can see how the file is formatted, i.e. where the line breaks are. Click this icon in Word to see the line break character: Write the code to open the file and copy the 'raw' data from the file into a ListBox. 2) Write the code to save the data in the ListBox to a new file. 3) Write the code to remove unwanted data so that you just have the lines of data we are interested in. Keep using the ListBox so that you can know you have got it right. The first item in your ListBox should be something like: 0,94596,"Ballina","IDN60801","23/02:00pm","20150123140000","20150123030000"… You will need to study the raw data file carefully to decide how to remove the unwanted data. I suggest loading it into Word so that you can see how the file is formatted, i.e. where the line breaks are. Click this icon in Word to see the line break character: