d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Data Halp
12Next
Add Reply New Topic New Poll
Member
Posts: 13,607
Joined: Aug 23 2008
Gold: 933.12
Dec 20 2018 01:43pm
Looking for help managing some data

have seperate tables with seperate pieces of information that have to be formatted into one data table

nothing too complex

2000fg is what im paying

and moar if need be

shouldnt take anyone with experience handling data

more than 5 minutes to show me
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Dec 21 2018 12:01pm
What type of DB are you using? I may be able to help.
Member
Posts: 11,273
Joined: Apr 26 2008
Gold: 3,303.50
Dec 22 2018 05:43pm
lmk
Member
Posts: 1,556
Joined: Jan 27 2018
Gold: 6,150.00
Dec 23 2018 12:39pm
Pm me type of DB and schema :)
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Dec 23 2018 02:41pm
If it's SQL I can help.
Member
Posts: 13,607
Joined: Aug 23 2008
Gold: 933.12
Dec 26 2018 09:20am
so this is the 2 data sets i need to combine into one essentially



but i have like 10000 different car models and skus to enter. so this is a small sample the larger data set is over 10000 cars and 500 skus

I need the break to be | between the skus in the cell
its a CSV file


This post was edited by DEATHNEVER on Dec 26 2018 09:20am
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Dec 26 2018 12:06pm
Do you want this done in excel or do you want this done via a program you run? Both are possible and relatively trivial.
Member
Posts: 13,607
Joined: Aug 23 2008
Gold: 933.12
Dec 26 2018 02:39pm
Quote (waraholic @ Dec 26 2018 01:06pm)
Do you want this done in excel or do you want this done via a program you run? Both are possible and relatively trivial.


I want this done on excel. because i run it in excel.

i want to learn HOW


This post was edited by DEATHNEVER on Dec 26 2018 02:40pm
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Dec 26 2018 04:32pm
Quote (DEATHNEVER @ 26 Dec 2018 21:39)
I want this done on excel. because i run it in excel.

i want to learn HOW


You can use a table with a data connection to those two csv files, and do a join with an SQL query.

It's a lot of work if you want it precisely as specified for the SKU column in the image, but if you can live with SKU(left) prepended to SKU(right) that should be easy.

This post was edited by Klexmoo on Dec 26 2018 04:38pm
Member
Posts: 13,607
Joined: Aug 23 2008
Gold: 933.12
Dec 28 2018 02:13pm
Quote (Klexmoo @ Dec 26 2018 05:32pm)
You can use a table with a data connection to those two csv files, and do a join with an SQL query.

It's a lot of work if you want it precisely as specified for the SKU column in the image, but if you can live with SKU(left) prepended to SKU(right) that should be easy.



i need it to be precisely the way i said.

could i potentially exclude the extra column and just have it apply to all the same vehicles? and reintegrate the column after?

This post was edited by DEATHNEVER on Dec 28 2018 02:14pm
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll