Select the first digit to put in the DiscountRate Column.From the new first column (that contains the DiscountRate and DiscountDays information), take all numerical digits before the slash and put them in the DiscountRate column and, reading from right to left, take all digits until it comes to the forward slash and put them in the DiscountDays column.Select all data before the forward slash to put in the DiscountRate column.Split the data into columns based on the space.????