Magento – How to update stock and set stock AVAILABILITY to in stock from same csv file

magento-1.7productstockstock-status

I have been added 5000 products in my store and initially all products QTY is 0 and STOCK AVAILABILITY is "OUT OF STOCK" i want to update all my products stock from a single csv so when this csv file run it update the qty and set the STOCK AVAILABILITY "IN STOCK". please tell me how to do that because this is very confusing for me and which tool is used to update stock in this way

Best Answer

The column to set stock availability is is_in_stock 0 = out of stock, 1 = in stock