[Release]Table Convertor Open Source

04/08/2012 13:13 nomercyskin1#16
I think you Should Release edited Cq_itemtype too.
04/10/2012 09:36 funhacker#17
Quote:
Originally Posted by Eurion View Post
Yes I did, I made a copy of the cq_itemtype and modified it so it was identical to your table layout in the first post. I will await an update when you're feeling better, no rush :)



Edit

I finally got it to work correctly, I think it was an error on my side all along.

For anyone else having issues. What I did to fix it was remove all special characters such as ` and ' also make sure there aren't any spaces in the name or description area.
The special characters shouldn't be a problem depending on your value separation.

If you go default with "%tab" which means tab characters then it should be getting all the values fine no matter what other characters are where but I will test it in case I'm wrong.
04/10/2012 09:41 Eurion#18
Not positive about it, but I do know for certain that, I was using the default %tab separator, and as soon as I took out all the special chars, it started working as expected.


Great application btw
04/10/2012 09:50 funhacker#19
Quote:
Originally Posted by Eurion View Post
Not positive about it, but I do know for certain that, I was using the default %tab separator, and as soon as I took out all the special chars, it started working as expected.


Great application btw
I just tried using "as as as" and "as` a`s ` as" as a item name and still no errors.
Is there a possibility you may paste the cq_itemtype values that were causing errors for you please so I may test them?
04/10/2012 12:37 Eurion#20
I feel like a total retard now, but after trying to mimic the error I was getting, I realised that somehow my table added an extra line with only a period in it.


Thanks for all your help though :)
04/10/2012 14:19 funhacker#21
Quote:
Originally Posted by Eurion View Post
I feel like a total retard now, but after trying to mimic the error I was getting, I realised that somehow my table added an extra line with only a period in it.


Thanks for all your help though :)
Good to hear that it wasn't something odd in the program, however this is still a very newly developed app and I'm looking at starting it again for a more versatile design. It will be extremely sensitive to the data you try to convert since there is very little error handling, as you will notice if you take a look at the source there are plenty of todos floating around lol :)
01/15/2014 08:06 gotxp5#22
Funhacker, did you get my pm about the sql to dat?
01/17/2014 11:31 funhacker#23
Quote:
Originally Posted by gotxp5 View Post
Funhacker, did you get my pm about the sql to dat?
Yes and I'll revise it once we're finished with fires here :/
01/17/2014 23:21 gotxp5#24
Fires? or files?
01/22/2014 07:34 cruey#25
OKAY SO HERES THE DEAL. IM REALLY FRUSTRATED.

I have done everything right, I checked everything in my table so that it meets the requirement, I did it twice. I even checked to make sure there were no special characters 3 times before reading that it wasn't Eurions problem. I have tried everything I can and tested every method I know.

I'm attaching my cq_itemtype in txt so if anyone can help me I would be so fkn appreciative. I tried doing half of it and it worked, and then 3/4s and look I've tried everything. I'm guessing one of the rows is making it stop or there is a limit on how many items it will take. Can someone pleaseeeeeeeeee help me I'm going insane.
01/23/2014 02:34 gotxp5#26
Quote:
Originally Posted by cruey View Post
OKAY SO HERES THE DEAL. IM REALLY FRUSTRATED.

I have done everything right, I checked everything in my table so that it meets the requirement, I did it twice. I even checked to make sure there were no special characters 3 times before reading that it wasn't Eurions problem. I have tried everything I can and tested every method I know.

I'm attaching my cq_itemtype in txt so if anyone can help me I would be so fkn appreciative. I tried doing half of it and it worked, and then 3/4s and look I've tried everything. I'm guessing one of the rows is making it stop or there is a limit on how many items it will take. Can someone pleaseeeeeeeeee help me I'm going insane.
Do this. Open your current working itemtype.dat with your preferred hex editing program. (I use WinHex)

Select starting from the item number before the description of the item until the start of the next item number. If you use WinHex, on the bottom right it will give you your total byte used for 1 item.

Pretty much you have to make sure your byte structure is the same as in your current itemtype.dat.

In the ItemtypeStructure.ini make sure that: EntrySize=your total byte used for 1 item. This must match, otherwise you will get a broken itemtype.dat that the client wont recognize.

Could you upload a working itemtype.dat for comparison?