I am working with invoice data and analyzing thousands of prices and part numbers on invoices. I think I have to convert the data into individual data points to be able to sample it correctly and do calculations. Is there a way to convert or transform this data without writing a script to do it? And for what it is worth I am working with R.
Invoice line 1 , Qty = 3 , PartNumber = 6-280Z
Invoice line 2 , Qty = 2, PartNumber = ABC
Invoice line 3 , Qty = 1 PartNumber = 78EFG
converted....
1 , 6-280Z
1 , 6-280Z
1 , 6-280Z
1, ABC
1, ABC
1, 78EFG
Thank!
Invoice line 1 , Qty = 3 , PartNumber = 6-280Z
Invoice line 2 , Qty = 2, PartNumber = ABC
Invoice line 3 , Qty = 1 PartNumber = 78EFG
converted....
1 , 6-280Z
1 , 6-280Z
1 , 6-280Z
1, ABC
1, ABC
1, 78EFG
Thank!